Learn R Programming

cancerradarr (version 1.3.1)

open_canradar_dictionary: Open cancer RADAR output file dictionary

Description

Calling this function will open the dictionary describing sheets and variables stored in the cancer summary file (output file generated by create_canradar_summary_file function). It could be useful for the cancer registries to check what kind of data they will be sharing. Note that a temporary copy of the dictionary is created on your hard drive to prevent from unwanted file modification.

Usage

open_canradar_dictionary()

Arguments

Value

the path to a temporary file where cancer RADAR dictionary is stored

Examples

Run this code
# \donttest{
   open_canradar_dictionary()
# }

Run the code above in your browser using DataLab