You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource_metadata() now returns the actual metadata of a resource rather
than a data.frame detailing the names and types of all fields available for the
chosen resource. A new function provides the old behavior, resource_data_items().
Minor Changes
Users running an R version < 4.0.0 will no longer be impacted by the stringsAsFactors == TRUE default. This change aligns behaviour of the package
across compatible versions of R.