This is a simple package designed to make it easy for beginners to download example data and code used in the book R for alle (Oslo: Fagbokforlaget, 2024). The source material resides in another repository due to the size of some of the files. You may also clone that repository to get everything in one operation.
Download a data file:
hent_data("kap13_test.bib")Download a code file:
hent_kode("kap05.R")See which files are available:
hent_oversikt("data")
hent_oversikt("kode")
hent_oversikt("alle")Install the latest development version from Github:
devtools::install_github("hegghammer/rforalle")Please note that the daiR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.