The goal of weektwo is to demonstrate the ability to create a package.
You can install the develop version of weektwo from GITHUB with:
# install.packages("devtools")
devtools::install_github("CorradoLanera/weektwo")
library(weektwo)
path_to_data <- system.file("sample-data", package = "weektwo")
fars_map_state(state.num = 1,
year = 2013,
path = path_to_data
)
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.