pg_importdbf: Read tabular data in dbf file and write it in PostgreSQL.

View source: R/import_export_funs.R

pg_importdbfR Documentation

Read tabular data in dbf file and write it in PostgreSQL.

Description

Read tabular data in dbf file and write it in PostgreSQL.

Usage

pg_importdbf(file = file.choose(), con, schema = "public", table_name)

Arguments

file:

path excel file.

con:

Pg connection.

schema:

name of schema to write.

table_name:

table name.


diegogarcilazo/pgr documentation built on Nov. 16, 2023, 6:24 p.m.