View source: R/naaccr_record.R
as.naaccr_record | R Documentation |
naaccr_record
objects, if a method exists.Coerce to a naaccr_record dataset
Convert objects into naaccr_record
objects, if a method exists.
as.naaccr_record(x, keep_unknown = FALSE, version = NULL, format = NULL, ...)
## S3 method for class 'list'
as.naaccr_record(x, keep_unknown = FALSE, version = NULL, format = NULL, ...)
## S3 method for class 'data.frame'
as.naaccr_record(x, keep_unknown = FALSE, version = NULL, format = NULL, ...)
x |
An R object. |
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 |
... |
Additional arguments passed to or from methods. |
An object of class naaccr_record
naaccr_record
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.