{pkg_name} provides ...

Installing the package

To install the current stable, CRAN version of the package, type: ```{{r install, eval=FALSE}} install.packages("{pkg_name}")

To benefit from the latest features and bug fixes, install the development, *github* version of the package using:
```{{r install2, eval=FALSE}}
devtools::install_github("reconhub/{pkg_name}")

Note that this requires the package devtools installed.

Main visible functions of the package

The main functions of the package include:

...

Also consider adding some examples.

Main internal functions

In case you want to describe internal function as well. ...



reconhub/recontools documentation built on May 6, 2019, 6:06 p.m.