Description Usage Arguments Author(s) Examples
Open an ADaM Template Script
1 2 3 4 5 6  | use_ad_template(
  adam_name = "adsl",
  save_path = paste0("./", adam_name, ".R"),
  overwrite = FALSE,
  open = interactive()
)
 | 
adam_name | 
 An ADaM dataset name.  | 
save_path | 
 Path to save the script.  | 
overwrite | 
 Whether to overwrite an existing file named   | 
open | 
 Whether to open the script right away.  | 
Shimeng Huang, Thomas Neitmann
1 2 3  | if (interactive()) {
  use_ad_template("adsl")
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.