knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(fgu.avoidance) animals <- load_data(file.path("..", "inst", "extdata", "run", "three-animals.csv")) animal <- animals$animal_8
To analyse summatively where the animal was at all times, we can use the get_area_presence
function.
presence <- collect_area_presence(animal) knitr::kable(head(presence))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.