powered by
Create a template file to be filled by cancer registry partners
create_registry_input_file(filename = "cancerRADAR_input.xlsx", verbose = TRUE)
a template .xlsx file is created on the hard drive.
file path, the name of the template file to be created
logical, shall progress message be printed
# \donttest{ file.in <- 'input_file_test.xlsx' create_registry_input_file(file.in) ## remove the file to pass package computation tests unlink(file.in) # }
Run the code above in your browser using DataLab