read_wi: Read a Wildlife Insights export

View source: R/read_wi.R

read_wiR Documentation

Read a Wildlife Insights export

Description

Reads files from an unzipped Wildlife Insights export into memory. Data can be exported from Wildlife Insights as a public or private download. The function transforms data and metadata to a Camera Trap Data Package which can be written to file with frictionless::write_package().

Usage

read_wi(directory = ".")

Arguments

directory

Path to local directory to read files from. The function expects projects.csv, deployments.csv, cameras.csv, and images.csv.

Details

The function has only been tested on image-based projects.

Value

CSV (data) files written to disk.

See Also

Other read functions: read_camtrap_dp()


inbo/camtraptor documentation built on June 2, 2025, 5:17 a.m.