makeDBcolsText | R Documentation |
Set column data type in PostgreSQL database to text for storage. This is done after data import.
makeDBcolsText(db, dat_names, schema, dtype)
db |
Database connection to OFPE formatted database. |
dat_names |
Names of columns in data that was imported to the database that are converted to a text data format in the database. |
schema |
Name of the schema with the table to convert columns to text in. |
dtype |
The name of the table in the schema to convert the column names to text for. |
Columns in database table set to text data type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.