Hello camtrapR community,
I'm excited to announce the release of a completely overhauled Survey Dashboard for the camtrapR package! This interactive Shiny application provides a comprehensive, code-free environment for camera trap data analysis that goes well beyond the standard camtrapR functionality.
The dashboard takes a camera trap table and record table as input and handles all data preparation internally, allowing you to move seamlessly from camera trap data tables to sophisticated analyses and visualizations without writing code.
Complete WorkflowThe new dashboard supports the entire analytical workflow:
This is a beta release, and I'm seeking your help to test and improve the dashboard before the official release. You can install the development version from GitHub with:
# install.packages("remotes") # install first if not installed
# install.packages("R.rsp") # install first if not installed
remotes::install_github("jniedballa/camtrapR", ref = "dev", build_vignettes = TRUE)
Launching the dashboard
Open the dashboard with
surveyDashboard()
You can then start importing data in the Import data section. Alternatively you can use the function parameters to pass your data to the dashboard. See ?surveyDashboard for examples.
A Few Notes
Whether you're an experienced R user or new to camera trap analysis, I'd love to hear about your experience with the dashboard. Your insights will help make this tool more useful for the entire camera trap research community.
Please share bugs, feature requests, or general impressions in this thread, via email or in GitHub issues.
Thank you for your support in improving camtrapR!
Jürgen Niedballa