UNIDprep: Assemble unidentified detections, VRL files, and VRL-RLD...

Description Usage Arguments Details Value See Also Examples

View source: R/UNIDprep.R

Description

UNIDprep populates a folder with a CSV file of unknown transmitters along with the VRL and VRL-RLD files containing the original detections

Usage

1
UNIDprep(unids, directory = getwd(), out = getwd())

Arguments

unids

Data frame. Output of ACTsplit containing unknown transmitters.

directory

String. Location of files that contain the unidentified detections–most likely the same argument passed to ACTsplit or vemsort. Defaults to the working directory.

out

String. Where do you want the new folder to be placed? Defaults to the working directory.

Details

The function aims to easily provide the files requested by VEMCO to identify tag owners through its unknown ID service. Transmitters that were not identified by the ACT Network (via ACTsplit) are listed in a CSV file and the directory is searched for corresponding VRL and VRL-RLD files. These, along with the tag list, are exported directly into a new folder on your computer.

Value

Output is a logical vector indicating whether VRL/VRL-RLD files were successfully found and copied (there are issues if they're not all TRUE), as well as a folder in the designated location called "Unknown for VEMCO" containing:

See Also

vemsort, ACTsplit

Examples

1
2
3
4
5
unknown <- ACTsplit('C:/Users/mypcname/Documents/Vemco/Vue/ReceiverLogs',
     write = F)
UNIDprep(unids = unknown,
     directory = 'C:/Users/mypcname/Documents/Vemco/Vue/ReceiverLogs',
     out = 'C:/Users/mypcname/Desktop')

mhpob/TelemetryR documentation built on Sept. 28, 2020, 11:33 a.m.