This respository holds a variety of small usefull data sets that I use regularly. Installing this package in R
makes those datasets available for use with a simple data(<DATESET NAME>)
command in R
.
Data Repository DOI:
Author: Nicholas Potter (nicholas.a.potter@wsu.edu)
There are at least two ways to install this package:
(1) Install devtools
with install.packages("devtools")
from within Rstudio
and then run:
devtools::install_github("potterzot/napr.data")
(2) Clone this repository and from within the repository directory run:
R CMD INSTALL .
fips
: A list of FIPS codes for states and counties in the U.S.Text: CC-BY-4.0.
Code: MIT License, 2017, Nicholas A Potter
Data: See documentation on specific data files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.