postgres2sqlite: Fetch data from a PostgreSQL table and write it to a local...

Description Usage Arguments

Description

Fetch data from a PostgreSQL table and write it to a local SQLite file

Usage

1
2
postgres2sqlite(credential_file, tbl_name, out_file_name, bbx = NULL,
  ask = TRUE)

Arguments

credential_file

A csv file containing the database credentials.

tbl_name

Name of the table to be downloaded.

out_file_name

Name of the output file.

bbx

Optional bounding box. A numeric vector of length 4 with xmin, ymin, xmax and ymax.

ask

if TRUE, ask user for confirmation after showing the table size.


karpfen/trajectory documentation built on May 20, 2019, 7:22 a.m.