
Retrieve Available Search Options from SHARK API
Source:R/shark_api_functions.R
get_shark_options.Rd
The get_shark_options
function retrieves available search options from the SHARK database hosted by SMHI.
It sends a GET request to the SHARK API and returns the results as a structured data.frame
.
Details
This function sends a GET request to the SHARK API options endpoint to retrieve available search filters and options
for querying the database. The API returns data in JSON format, which is then parsed into a data.frame
.