Nothing
#!/usr/bin/env Rapp
top_opt <- "top-default"
switch(
top_cmd <- "",
parent = {
parent_opt <- "parent-default"
parent_switch <- TRUE
#| required: false
switch(
child_cmd <- "",
child1 = {
child1_flag <- "child1-default"
},
child2 = {
child2_opt <- "child2-default"
child2_switch <- FALSE
child2_arg <- NULL
},
help = {}
)
},
help = {}
)
print(as.list(environment(), all.names = TRUE))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.