parse_cmep: Parse CMEP Records

Description Usage Arguments Value Examples

View source: R/parse.R

Description

Parse an individual CMEP records.

Usage

1
parse_cmep(recs, unnest = FALSE)

Arguments

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

Value

a [tibble][tibble::tibble-package] with the parsed records

Examples

1
2
3
f <- system.file("extdata", "cmep.dat", package = "cmep", mustWork = TRUE)
cmep_f <- read_cmep(f, parse = FALSE)
parse_cmep(cmep_f)

ajholguin/cmep documentation built on Aug. 14, 2019, 2:32 a.m.