# \donttest{
# Retrieve available search options (simplified)
shark_options <- get_shark_options()
names(shark_options)
# Retrieve full unparsed JSON response
raw_options <- get_shark_options(unparsed = TRUE)
# View available datatypes
print(shark_options$dataTypes)
# }
Run the code above in your browser using DataLab