knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of ERS is to provide easy access to ERS layouts as data frames.
You can install ERS from GitHub with:
remotes::install_github("ir-sfsu/ERS")
This is a basic example which shows you how to solve a common problem:
library(ERS) data("ersa") head(ersa)
clean_raw_ers_txt_file("path_to_raw_txt_file.txt", type = "ERSA")
Invoke the gadget from the RStudio Addins dropdown or ers_converter
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.