write_table_to_postgres: Write a table using input data to postgres

Description Usage Arguments

View source: R/write_table_to_postgres.R

Description

Write a table using input data to postgres

Usage

1
2
write_table_to_postgres(dbname, schema = NULL, tablename, input,
  port = "5432")

Arguments

tablename

character string of the new table name

input

dataframe to be written to table


patelm9/PosGressive documentation built on Nov. 4, 2019, 11:19 p.m.