Given a query, request data from the FMI API download service and parse the XML response to a tbl_df.

fmi_data(query)

Arguments

query

a character vector containing the URL used to request data from the FMI API download service

Value

A tbl_df containing the requested data. Both the number and names of columns depend on the type and format of the query. See fmi_query() for details.

See also

fmi_query() for constructing the query argument