View source: R/naaccr_record.R
naaccr_record | R Documentation |
Subclass of data.frame
for doing analysis with NAACCR records.
naaccr_record(..., keep_unknown = FALSE, version = NULL, format = NULL)
... |
Arguments of the form |
keep_unknown |
Logical indicating whether values of "unknown" should be
a level in the factor or |
version |
An integer specifying the NAACCR format version for parsing
the records. Use this or |
format |
A |
naaccr_record
creates a data.frame
of cancer incidence records
ready for analysis:
columns are of appropriate classes, coded values are replaced with factors,
and unknowns are replaced with NA
.
A naaccr_record
with columns named using the NAACCR XML scheme.
It inherits from data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.