Template package

This R package provides a template for new packages. Your bug reports and other feedback are welcome!

Installation

Test the installation by loading the library:

library(template)

Development version for developers:

library(devtools)
install_github("ropengov/template")

We also recommend setting the UTF-8 encoding:

Sys.setlocale(locale="UTF-8") 

Validate Finnish personal identification number:

valid_hetu("010101-0101") # TRUE/FALSE
data(iris)
plot(Sepal.Length ~ Sepal.Width, iris) 

Licensing and Citations

This work can be freely used, modified and distributed under the Two-clause BSD license.

citation("template")

Session info

This vignette was created with

sessionInfo()


rOpenGov/template documentation built on May 26, 2019, 8:50 p.m.