reconfigure annotated tables - subsample predicted locations to 6-h interval, write to .csv and zip by campaign id

smru_write_csv(
  smru_ssm,
  fit,
  what,
  meta,
  program = "imos",
  test = TRUE,
  path = NULL,
  dropIDs = NULL,
  suffix = "_nrt"
)

Arguments

smru_ssm

SSM-appended SMRU table file - output of append_ssm

fit

final aniMotum fit object

what

specify whether predicted or rerouted locations are to be used

meta

metadata

program

Determines structure of output metadata. Currently, either imos or atn.

test

should variables be tested for standards compliance, default is TRUE. Standards compliance is specific to the program. Currently, only program = imos has defined variable standard against which output compliance is tested.

path

path to write .csv files

dropIDs

individual SMRU ids to be dropped

suffix

suffix to add to .csv files (_nrt, _dm, or _hist)