View source: R/create_report.R
create_adnet_report | R Documentation |
This function creates ADNET reports file structure
create_adnet_report( report = "validation", registry_token = getPass::getPass(msg = "API token for REDCap project: ADNeT Registry"), holding_token = getPass::getPass(msg = "API token for REDCap project: ADNeT Holding Database"), optout = getPass::getPass(msg = "API token for REDCap project: ADNeT Opt-out Database"), site_name = "all" )
report |
Which report should be created (options are 'validation', 'invoice', 'internal') |
registry_token |
API token for ADNET registry |
holding_token |
API token for ADNeT Holding Database |
optout |
API token for ADNeT Opt-out Database |
This function creates the desired readme files. It will not overwrite the file however if it does not exists. It does not return anything.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.