The goal of scottishdata is to ...
Due to the nature of the package (only data, no functions), the package will not go to CRAN at any point.
However, the package is available via drat (If you are looking for stable builds of the package).
With drat, you can install and upgrade non-CRAN packages directly from R using the standard install.packages()
and update.packages()
functions.
# install.packages("drat") drat::addRepo("dataandcrowd") install.packages("scottishdata")
The developer version can be installed with:
#install.packages("remotes") remotes::install_github("dataandcrowd/scottishdata")
This is a basic example which shows you how to solve a common problem:
library(scottishdata) ## basic example code data(scotpop19) str(scotpop19)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.