app.R

# Launch the ShinyApp (Do not remove this comment)
# To deploy, run: rsconnect::deployApp()
# Or use the blue button on top of this file
Sys.setenv(R_CONFIG_ACTIVE = "testing")
pkgload::load_all()
# options("golem.app.prod" = TRUE)
mhealthannotator::run_app(
    funs = mhealthannotator::visualize_photo,
    config = "inst/config.yml") # add parameters here (if any)
Sage-Bionetworks/mhealthannotator documentation built on Jan. 28, 2022, 6:08 a.m.