Returns the list of indicators available in the current dataset.
Examples
# Create a session using your API token (provided by environment here)
session <- gdl_session(Sys.getenv('GDL_API_TOKEN'))
# Request list of available indicators for 'geos' dataset
indicators <- session |> set_dataset('geos') |> gdl_indicators()