create_portfolios_db: Create an initial portfolios table in the psql database

Description Usage Arguments Value

View source: R/create_portfolios_db.R

Description

Create an initial portfolio_users data table in the psql database

Usage

1
create_portfolios_db(portfolios = NULL, connection_object = NULL)

Arguments

portfolios

A dataframe with the columns portfolio_id, portfolio_name

connection_object

An open connection to adatabase (as created through credentials_extract and credentials_connect or credentials_now); if NULL, the function will try to create a connection_object by retrieving user information from the credentials/credentials.yaml in or somewhere upwards of the working directory.

Value

A "portfolios" table added to PSQL database


databrew/portfoliodash documentation built on May 3, 2019, 1:47 p.m.