Fetch data from a PostgreSQL table and write it to a local SQLite file
1 2 | postgres2sqlite(credential_file, tbl_name, out_file_name, bbx = NULL,
ask = TRUE)
|
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 |
ask |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.