sheep.report | R Documentation |
generate report with most recent location of desired animal IDs
sheep.report(
keys,
sheepdb,
tzone,
capcol,
dateformat,
mortcol,
extracols,
keep.aid,
out.dir
)
keys |
full path to one or more key files |
sheepdb |
path to sheep capture database |
tzone |
desired time zone of gps data: "MST" or "US/Pacific" |
capcol |
name of column where capture/start date exists |
dateformat |
character string of the format that date columns are in |
mortcol |
name of column where mortality date or end date exists |
extracols |
vector of extra columns that should be appended to GPS data. Names in vector MUST match names in lookup table |
keep.aid |
vector of animal IDs to include in report |
out.dir |
path to folder where kml and html map should be saved |
Returns a kml and html map of most recent location for all desired animals to out.dir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.