Skip to contents

Data input and metadata

Create a camReport object from Camtrap DP data and inspect or update report metadata.

camData()
Read camera-trap data in Camtrap DP format
info(<camReport>) `info<-`(<camReport>)
Get or set information in a camReport object

Report generation

Generate the Data Status Check or Ecological Report, or use the graphical interface.

report() status()
Generate ecological and data-status reports
gui()
Launch the camtrapReport GUI

Configure report contents

Inspect, select, and update the sections included in a report.

section_names() sections()
Select report sections
updateReportSection() listReportSections()
Update report sections

Module development and management

Create, test, add, move, remove, restore, and inspect report modules.

reportSection()
Create a report section
testSection()
Test a report section
add_Module() move_Module() remove_Module() restore_Module() empty_trash() list_Modules()
Manage report modules
install_all() install_All()
Install packages required by camtrapReport

Core class

Low-level documentation for the camReport class. Most users should create camReport objects with camData() rather than interacting with the class directly.