knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

miniparser

The goal of miniparser is to ...

Installation

You can install miniparser from github with:

# install.packages("devtools")
devtools::install_github("oganm/miniparser")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code


oganm/miniparser documentation built on May 12, 2019, 5:17 p.m.