input_check {RPyGeo} | R Documentation |
Internal helper function that sets the overwrite parameter for the ArcPy session and can check out multiple extensions.
input_check(overwrite, extensions)
overwrite |
If set to 'TRUE' (default) existing ArcGIS datasets can be overwritten. |
extensions |
Optional character vector listing ArcGIS extension that
should be enabled. This adds to any extensions that are eventually
detected by |
This internal function is used by rpygeo_geoprocessor
and
by rpygeo_build_env
.
Fabian Polakowski and Alexander Brenning