prepDetections: Experimental! Prepare detections data.table from raw data -...

Description Usage Arguments Value Examples

View source: R/prepFiles.R

Description

Experimental! Prepare detections data.table from raw data - csv-files exported from vendor software

Usage

1
prepDetections(raw_dat, type)

Arguments

raw_dat

Data file from vendor supplied software

type

Type of the vendor file. Currently only 'vemco_vue' is supported.

Value

data.table containing detections extracted from manufacturer data file.

Examples

1
2
3
4
## Not run: 
prepped_detections <- prepDetections("path-to-raw-data-file", type="vemco_vue")

## End(Not run)

yaps documentation built on April 14, 2021, 1:06 a.m.