export2TAGS: Export data to match TAGS requirements

View source: R/TwGeos.R

export2TAGSR Documentation

Export data to match TAGS requirements

Description

To pre- process geolocator datasets with TAGS it may be necessary to compress the data (i.e. remove repeated light levels).

Usage

export2TAGS(tagdata, path = NULL, file = "exportTAGS", min = 0,
  max = 9999999999)

Arguments

tagdata

a dataframe with columns Date and Light that are the sequence of sample times (as POSIXct) and light levels recorded by the tag.

path

if full path is specified, the output will be writen as a txt file ready to import into TAGS

file

name of txt file (without suffix)

min

...

max

...

Value

Return a data frame that matches rquirements for TAGS.


slisovski/TwGeos documentation built on Jan. 27, 2024, 10:43 a.m.