knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

cmep

The cmep package can be used to read CMEP formatted files into R.

Installation

You can install the development version of cmep from GitHub with:

remotes::install_github("ajholguin/cmep")

Example

Read the sample file:

library(cmep)
f <- system.file("extdata", "cmep.dat", package = "cmep", mustWork = TRUE)
read_cmep(f)

Related Work

There is a CMEP parser (https://github.com/craignicholson/cmepparser) developed in Go, which formats the data as JSON.



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