Description Usage Arguments Value
A workaround using gdalUtils::ogr2ogr() and foreign::read.dbf() to read tables without geometry from ESRI geodatabases into R environments as data frames.
| 1 | read.gdbtable(dsn, tablename, overwrite = TRUE, verbose = FALSE)
 | 
| dsn | Character string. The full filepath and filename (including file extension) of the geodatabase containing the table of interest. | 
| tablename | Character string. The exact name of the table in the file geodatabase being read in. | 
| overwrite | Logical. If  | 
| verbose | Logical. Passed to  | 
Data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.