Description Usage Arguments Value Examples
Parse an individual CMEP records.
1 | parse_cmep(recs, unnest = FALSE)
|
recs |
character vector with CMEP formatted records |
unnest |
boolean; should the data values be unnested? if FALSE (the default) then they are returned in a list column with nested tables |
a [tibble][tibble::tibble-package] with the parsed records
1 2 3 | f <- system.file("extdata", "cmep.dat", package = "cmep", mustWork = TRUE)
cmep_f <- read_cmep(f, parse = FALSE)
parse_cmep(cmep_f)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.