create_rollover_schedules: Create 'rollover' GPS fix schedules for Lotek PinPoint...

Description Usage Arguments Examples

View source: R/create_rollover_schedules.R

Description

Create a batch of 'rollover' GPS fix schedules that span many dates (say an entire field season).

Usage

1
2
3
4
5
6
7
8
create_rollover_schedules(
  tag_lifespan,
  time_zone,
  location_cycle,
  first_deployment_date,
  last_deployment_date,
  output_location
)

Arguments

tag_lifespan

number of days tag is expected to last according to PinPoint Host software (this depends on fix schedule)

time_zone

time zone where tags will be deployed

location_cycle

time (in days) between GPS fixes

first_deployment_date

first datetime that tags will be used

last_deployment_date

last datetime that tags will be used

Examples

1
2
3
4
5
6
7
8
create_rollover_schedule(
tag_lifespan = 250,
time_zone = 'UTC',
location_cycle = 2,
first_deployment_date = '2019-01-20 18:00:00',
last_deployment_date = '2019-02-15 18:00:00',
output_location = '/Users/Jay/Desktop'
)

jaymwin/lubritek documentation built on March 24, 2020, 12:04 a.m.