fields_exist {arcpy} | R Documentation |
Fields Exist
Description
Check if specified fields are present in a table.
Usage
fields_exist(table.path, fields)
Arguments
table.path |
The file path to the table. |
fields |
The field names. |
Value
No return value; will produce an error if any of the specified fields are not present in the table.
[Package arcpy version 0.4-0 Index]