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

numberingx

Travis build status

The goal of numberingx is to ...

Installation

You can install the develop version of numberingx from GitHub with:

remotes::install_github("niszet/numberingx")
# or
devtools::install_github("niszet/numberingx")

Example

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

library(numberingx)
## basic example code


niszet/numberingx documentation built on Aug. 9, 2020, 12:34 a.m.