Learn R Programming

cancerradarr (version 1.3.1)

create_registry_input_file: Create a template file to be filled by cancer registry partners

Description

Create a template file to be filled by cancer registry partners

Usage

create_registry_input_file(filename = "cancerRADAR_input.xlsx", verbose = TRUE)

Value

a template .xlsx file is created on the hard drive.

Arguments

filename

file path, the name of the template file to be created

verbose

logical, shall progress message be printed

Examples

Run this code
# \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