Description Usage Arguments Value See Also Examples
View source: R/createEnvDataDataFrame.R
Takes a data frame of latitudes, longitudes and times and generates the strictly formatted data frame needed to upload to Env-Data to obtain covariates for movebank.
1 | createEnvDataFrame(lats, lons, times, savefile = TRUE, fileout = NULL)
|
savefile |
whether to save a csv file |
fileout |
name of csv file to save |
lats, lons |
vectors of latitude and longitude |
times |
vectors of POSIX times |
Either nothing (if csv file saved) or the character string data frame with correct formatting.
createEnvDataGrid, createEnvDataRequest, uploadEnvDataRequest
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.