View source: R/create_registry_input_file.R
create_registry_input_file | R Documentation |
Create a template file to be filled by cancer registry partners
create_registry_input_file(filename = "cancerRADAR_input.xlsx", verbose = TRUE)
filename |
file path, the name of the template file to be created |
verbose |
logical, shall progress message be printed |
a template .xlsx file is created on the hard drive.
file.in <- 'input_file_test.xlsx'
create_registry_input_file(file.in)
## remove the file to pass package computation tests
unlink(file.in)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.