Skip to contents

Geo codes can be saved either in a database management system (DBMS) or as an Excel or text file.

Usage

geo_save(
  tblname = NULL,
  obj = NULL,
  des.path = FALSE,
  file.type = c("Access", "SQLite", "Excel", "Text"),
  db.name = NULL
)

Arguments

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

Value

No return value, called for side effects