geo_save | R Documentation |
Geo codes can be saved either in a database management system (DBMS) or as an Excel or text file.
geo_save(
tblname = NULL,
obj = NULL,
des.path = FALSE,
file.type = c("Access", "SQLite", "Excel", "Text"),
db.name = NULL
)
tblname |
Name of the table to be saved as |
obj |
Object name to be saved |
des.path |
Destination folder where the file to be saved |
file.type |
Choose file type as Access, SQLite, Excel or Text |
db.name |
When choosing a DBMS then specify the database name |
No return value, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.