powered by
This allows you to check if your setup works - run cr_setup first.
cr_setup_test( option = c("menu", "all", "docker", "plumber", "r_script", "r_schedule") )
Default will use an interactive menu, select other option to run that test without a menu
Other setup functions: cr_setup_auth(), cr_setup_service(), cr_setup()
cr_setup_auth()
cr_setup_service()
cr_setup()
# NOT RUN { # start the menu for interactive use cr_setup_test() # skip menu and run all tests cr_setup_test("all") # run just the plumber deployment test cr_setup_test("plumber") # }
Run the code above in your browser using DataLab