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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.