View source: R/format_for_opendata.R
format_for_opendata | R Documentation |
Format sensor string data for the Open Data portal
format_for_opendata(dat.tidy, location.info)
dat.tidy |
Data from a single deployment in tidy format, as returned by
|
location.info |
Dataframe of information about the deployment location.
One observation of 5 columns: |
Returns a dataframe of tidy data in the format for submission to the
Open Data Portal. 10 columns: WATERBODY
, STATION
,
LEASE
, LATITUDE
, LONGITUDE
, DEPLOYMENT_PERIOD
,
TIMESTAMP
, SENSOR
, DEPTH
, VARIABLE
, VALUE
Danielle Dempsey
Other format:
convert_depth_to_ordered_factor()
,
convert_to_tidydata()
,
trim_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.