geo_save: Save geo codes

View source: R/save_geo.R

geo_saveR Documentation

Save geo codes

Description

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


helseprofil/norgeo documentation built on Oct. 20, 2024, 1:26 p.m.