README.md

Travis build
status AppVeyor build
status Coverage
status

lifecycle CRAN
status

weektwo

The goal of weektwo is to demonstrate the ability to create a package.

Installation

You can install the develop version of weektwo from GITHUB with:

# install.packages("devtools")
devtools::install_github("CorradoLanera/weektwo")

Example

library(weektwo)

path_to_data <- system.file("sample-data", package = "weektwo")

fars_map_state(state.num = 1,
    year = 2013,
    path = path_to_data
)

Code of Conduct

Please note that the weektwo project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



CorradoLanera/weektwo documentation built on May 8, 2019, 12:51 p.m.