View source: R/write_table_to_postgres.R
Write a table using input data to postgres
1 2 | write_table_to_postgres(dbname, schema = NULL, tablename, input,
port = "5432")
|
tablename |
character string of the new table name |
input |
dataframe to be written to table |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.