Skip to contents

[Deprecated]

This function is deprecated. Please use cdo_location_categories() instead.

Usage

cdo_locationcategories(
  id = NULL,
  datasetid = NULL,
  startdate = NULL,
  enddate = NULL,
  sortfield = NULL,
  sortorder = NULL,
  max_results = Inf
)

Examples

# Old:
# cdo_locationcategories("ST")
# New:
if (FALSE) { # \dontrun{
cdo_location_categories("ST")
} # }