knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The cmep
package can be used to read CMEP formatted files into R.
You can install the development version of cmep
from GitHub with:
remotes::install_github("ajholguin/cmep")
Read the sample file:
library(cmep) f <- system.file("extdata", "cmep.dat", package = "cmep", mustWork = TRUE) read_cmep(f)
There is a CMEP parser (https://github.com/craignicholson/cmepparser) developed in Go, which formats the data as JSON.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.