if (FALSE) {
create_app(
subdomain = "abc",
auth = keyring::key_get("qb_example"),
name = "My new app",
variables = c(
"Theme Color" = "#74489D",
"App start" = "2026-09-01"
),
security_properties = list(
enableAppTokens = TRUE,
hideFromPublic = TRUE,
)
)
}
Run the code above in your browser using DataLab