Learn R Programming

googleCloudRunner (version 0.5.0)

cr_setup_test: Run tests over your setup

Description

This allows you to check if your setup works - run cr_setup first.

Usage

cr_setup_test(
  option = c("menu", "all", "docker", "plumber", "r_script", "r_schedule")
)

Arguments

option

Default will use an interactive menu, select other option to run that test without a menu

See Also

Other setup functions: cr_setup_auth(), cr_setup_service(), cr_setup()

Examples

Run this code
# 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