We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To help group the growing number of functions by type, functions could be organized using topical prefixes:
map_
plot_
metric_
check_
report_
arc_
arcgisbinding
sf_
sf
util_
The text was updated successfully, but these errors were encountered:
mpdougherty
No branches or pull requests
To help group the growing number of functions by type, functions could be organized using topical prefixes:
map_
- Functions that produce maps.plot_
- Functions that produce plots (graph figures).metric_
- Functions that calculate metrics.check_
- Functions that check feature class schemas.report_
- Functions that produce reports.arc_
- Functions that import data from ESRI products using thearcgisbinding
package.sf_
- Functions that convert tosf
.util_
- Functions that don't warrant a unique group.The text was updated successfully, but these errors were encountered: