Skip to contents

Opens an interactive app to assess the FAIRness of a research data object and explore the per-metric results, license reusability, access/sensitivity, and identifier hygiene.

Usage

launch_rfair(...)

Arguments

...

Passed to shiny::runApp().

Value

Runs the app (called for its side effect); invisibly NULL.

Examples

if (interactive()) {
  launch_rfair()
}