Learn R Programming

yaps (version 1.2.5)

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

Description

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

Usage

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

Run this code
# NOT RUN {
prepped_detections <- prepDetections("path-to-raw-data-file", type="vemco_vue")
# }

Run the code above in your browser using DataLab