The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
This R package contains datasets of interest to historians. It is primarily intended for pedagogic purposes in teaching historians how to use R.
You will have to install devtools to install this package from GitHub.
To install:
devtools::install_github("lmullen/historydata")
To list all the datasets in the package with their documentation:
library(historydata)
help(package = historydata)
To load a dataset:
data(catholic_dioceses)
If you have a dataset that you think would be good for this package, feel free to contribute it. You can send the dataset via e-mail if you can provide a citation and guarantee that the data is available under an open license.
But it is much preferred that you contribute the dataset via a pull request. To add a dataset:
data-raw/
. The .rda
file should be
saved to data/
. See data-raw/sarna.R
as a
model. Please try keeping the data tidy.R/
. Use R/sarna.R
as a model. Be sure to
include a citation.This project is released under the MIT License: http://lmullen.mit-license.org/
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.