To install this tutorial for the soundscapeR R-package, please run:
devtools::install_github(repo = "ThomasLuypaert/soundscapeR.tutorial")
Once the package installed, load the package using:
library(soundscapeR.tutorial)
Finally, to run the tutorial, use:
shiny_args <- list(launch.browser = getOption("shiny.launch.browser", interactive()))
learnr::run_tutorial(name = "soundscapeR_tutorial", package = "soundscapeR.tutorial", shiny_args = shiny_args)
If you’re interested in the slide deck that accompanies this tutorial, you can find the slides on Part I: Collecting acoustic data using AudioMoth here, and the slides on Part II: A soundscape approach to analysing big acoustic data here.