# \donttest{
# Show the packaged example path (safe non-interactive snippet)
adnca_path <- system.file("shiny/data/Dummy_data.csv", package = "aNCA")
adnca_path
# To actually launch the app, run interactively:
if (interactive()) {
run_app(datapath = adnca_path)
}
# }
Run the code above in your browser using DataLab