knitr::opts_chunk$set(echo = TRUE, error = FALSE, warning = FALSE, message = FALSE)

This R Package proviedes and documents the datasets used in the course "Computational Movement Analysis". You can install the packge using the following code:

# install.packages("devtools") # <- if you havent installed devtools already
devtools::install_github("ComputationalMovementAnalysis/ComputationalMovementAnalysisData")

After loading the library, you can simply call a dataset by name (see below). Checkout the Reference to get information on the datasets included in this package.

library(ComputationalMovementAnalysisData)

head(wildschwein_BE)


ComputationalMovementAnalysis/ComputationalMovementAnalysisData documentation built on Dec. 17, 2021, 3:04 p.m.