read_detections: A function to read in detection data

Description Usage Arguments Value Examples

Description

A function to read in detection data

Usage

1
read_detections(path, ctype = "icccicdi", ...)

Arguments

path

Is the path to the file to read

ctype

Column types of the data being read

...

other arguments of rear::read_csv

Value

A tibble

Examples

1
2
3
4
5
tst <- read_detections(
"C:/TEMP/brandon/detections.csv",
col_names = c("picture", "camera", "date", "time", "image", "species",
  "white", "N_animals")
)

Huh/CamoMismatch documentation built on May 20, 2019, 4:25 p.m.