UCANR-IGIS / caladaptr

R package to import climate data from Cal-Adapt.org into R via the API.
https://ucanr-igis.github.io/caladaptr/
GNU General Public License v3.0
6 stars 0 forks source link

Incorrect R Documentation for ca_loc_aoipreset function #2

Open cbodenreider opened 1 year ago

cbodenreider commented 1 year ago

In the R Documentation help page for the ca_loc_aoipreset function, the documentation says "idfld is the field which contains the values you want to use to select the preset areas. For a list of fields you can use for each AOI preset, see the built-in list ca_aoipreset_idflds."

The built-in list should read "aoipreset_idflds", not "ca_aoipreset_idflds".

A similar misnaming of the built-in list occurs in the idval description.