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

View source: R/create_registry_input_file.R

create_registry_input_fileR Documentation

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)

Arguments

filename

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

verbose

logical, shall progress message be printed

Value

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

Examples


  file.in <- 'input_file_test.xlsx'
  create_registry_input_file(file.in)
  ## remove the file to pass package computation tests
  unlink(file.in)


cancerradarr documentation built on Aug. 8, 2025, 7:28 p.m.