Skip to contents

Run the app

Usage

run_app(user_name = "tilt", db = here::here("db"))

Arguments

user_name

String. A user_name in inst/config/credentials.yml.

db

Path to a parquet dataset. To understand the default, consider this:

  • Called from /public/, here::here("db") yields /public/db/.

  • Called from /private/, here::here("db") yields /private/db/.

Value

Called for its side effect.

Examples

if (FALSE) { # interactive()
run_app("toy")
}