launch_rfair: Launch the rfair Shiny app

View source: R/launch_rfair.R

launch_rfairR Documentation

Launch the rfair Shiny app

Description

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()
}

rfair documentation built on July 1, 2026, 5:07 p.m.