use_ad_template | R Documentation |
Open an ADaM Template Script
use_ad_template(
adam_name = "adsl",
save_path = paste0("./", adam_name, ".R"),
package = "admiral",
overwrite = FALSE,
open = interactive()
)
adam_name |
An ADaM dataset name. You can use any of the available dataset name ADAE, ADCM, ADEG, ADEX, ADLB, ADLBHY, ADMH, ADPC, ADPP, ADPPK, ADSL, ADVS, and the dataset name is case-insensitive. The default dataset name is ADSL. |
save_path |
Path to save the script. |
package |
The R package in which to look for templates. By default |
overwrite |
Whether to overwrite an existing file named |
open |
Whether to open the script right away. |
Running without any arguments such as use_ad_template()
auto-generates adsl.R in
the current path. Use list_all_templates()
to discover which templates are available.
No return values, called for side effects
Utilities used for examples and template scripts:
list_all_templates()
if (interactive()) {
use_ad_template("adsl")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.