Skip to contents

Builds schema data for one or more tools and renders it as an interactive reactable::reactable() table with expandable per-version column details.

Usage

nemo_schema_reactable(tools, pkg = "nemo", ...)

Arguments

tools

character vector of tool names.

pkg

package name that owns the tool configs. Defaults to "nemo".

...

additional arguments passed to reactable::reactable().

Value

An htmlwidget.

Examples

if (FALSE) { # \dontrun{
nemo_schema_reactable("tool1", pkg = "nemo")
} # }