cr_setup_test | R Documentation |
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") )
option |
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()
## 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") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.