Pulls the parameter_names block out of a collection or instance document
and flattens it into a tidy tibble. These are the observed properties you
can pass to parameter_name = on the query verbs (edr_location(),
edr_cube(), etc.).
Arguments
- client
An
edr_client.- collection_id
Collection identifier as advertised by the server – e.g.
"monitoring-locations"or"daily-values".- refresh
If
TRUE, bypass and replace any cached response. Discovery responses otherwise use the client'scache_ttl; seeedr_client().- instance_id
Optional collection instance identifier. When supplied, parameter metadata is read from that instance document rather than the parent collection document.