
Generate observations
from GeoPressureR parameters
Source: R/params_to_observations.R
params_to_observations.Rd
This function converts a list of parameters into a single observations
tibble according to the
GeoLocator Data Package specification .
Arguments
- params
A list of GeoPressureR parameter objects. These parameters should have been generated during the GeoPressure workflow. See
GeoPressureR::param_create()
for more information.
Value
A tibble::tibble()
data frame with columns ring_number
, tag_id
,
observation_type
, datetime
, longitude
, latitude
, and comments
.