Given a query, request data from the FMI API download service and parse the
XML response to a tbl_df.
fmi_data(query)
| query | a character vector containing the URL used to request data from the FMI API download service |
|---|
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.
fmi_query() for constructing the query argument