list_queries: List stored queries available over the FMI API.

View source: R/list_queries.R

list_queriesR Documentation

List stored queries available over the FMI API.

Description

Stored queries are identifiers for data sets. The current version on the Open Data WFS service of the Finnish Meteorological Institute uses the stored queries extensively to enable users to select the features, areas and times they require as easily as possible. See the Open data WFS Service for more detailed information about the available stored queries and their request parameters.

Usage

list_queries(all = FALSE)

Arguments

all

logical should all stored queries available through the API be listed(default: FALSE)?

Value

tibble containing the following columns:

query_id

ID of the storied query.

query_desc

Description of the storied query.

no_parameters

Number of parameters.

function_name

Name of the function in fmi2 if wrapped, NA otherwise.

Author(s)

Joona Lehtomäki joona.lehtomaki@iki.fi

See Also

https://en.ilmatieteenlaitos.fi/open-data-manual-fmi-wfs-services

Examples

## Not run: 
  # List the stored queres that have been wrapped (i.e. are accessible) by
  # the fmi2 package
  list_queries()
  # List all stored queries available through the API
  list_queries(all = TRUE)

## End(Not run)


rOpenGov/fmi2 documentation built on April 30, 2024, 4:37 a.m.