Skip to contents

This function retrieves the parameters that can be used in the get_vespadb_obs() function. It will return a tibble with the parameters that can be used in the query.

Usage

get_observation_parameters(domain = c("production", "uat"), ...)

Arguments

domain

The domain to login to. Default is "uat" for the UAT environment.

...

Additional parameters to internal methods.

Value

A tibble with the parameters that can be used in the get_vespadb_obs() function.

Examples

if (FALSE) { # interactive()
get_observation_parameters()

}