knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The package provides data sets for the book "Datenanalyse mit R: Fortgeschrittene Verfahren", Burkhardt, Titz, Sedlmeier, Pearson Studium Psychologie, (ISBN-10: 3868944133, ISBN-13: 978-3868944136)
Install it via devtools (choose your own repo):
install.packages("devtools", repos = "https://ftp.fau.de/cran/") devtools::install_github("johannes-titz/bts")
or via librarian (choose your own repo):
install.packages("librarian", repos = "https://ftp.fau.de/cran/") librarian::shelf(johannes-titz/bts)
To load the data, for instance icecream:
library(bts) data(icecream) head(icecream)
library(printr)
Currently available data sets are:
data(package = "bts")
To get information about a data set use
help(icecream)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.