Description Usage Arguments Examples
View source: R/create_rollover_schedules.R
Create a batch of 'rollover' GPS fix schedules that span many dates (say an entire field season).
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
)
|
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 |
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'
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.