create_portfolio_projects_db: Create an initial portfolio_projects table in the psql...

Description Usage Arguments Value

View source: R/create_portfolio_projects_db.R

Description

Create an initial portfolio_users data table in the psql database

Usage

1
2
create_portfolio_projects_db(portfolio_projects = NULL,
  connection_object = NULL)

Arguments

portfolio_projects

A dataframe with the columns portfolio_id, project_id

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 "portfolio_projects" table added to PSQL database


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