Skip to contents

Starts a Shiny application for importing, editing (in the generic view), validating, normalizing identifiers, and exporting a Key Resources Table. Requires the shiny, bslib, and DT packages.

Usage

launch_krt(...)

Arguments

...

Passed to shiny::runApp().

Value

Called for its side effect (runs the app).

Examples

if (interactive()) launch_krt()