input_check {RPyGeo} | R Documentation |
Set overwrite and extension parameters
Description
Internal helper function that sets the overwrite parameter for the ArcPy session and can check out multiple extensions.
Usage
input_check(overwrite, extensions)
Arguments
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 |
Note
This internal function is used by rpygeo_geoprocessor
and
by rpygeo_build_env
.
Author(s)
Fabian Polakowski and Alexander Brenning
[Package RPyGeo version 1.0.0 Index]