Learn R Programming

timeseriesdb (version 0.4.1)

runCreateTables: Run Setup: Create all mandatory tables

Description

Creates all tables absolutely needed for timeseriesdb to work correctly. This function should only be run once as an initial setup. Make sure you got sufficient access rights. The function returns a list of status reports for the its 5 database queries. look at this helps you to see whether anything went wrong.

Usage

runCreateTables(con, schema = "timeseries")

Arguments

con

PostgreSQL connection object. Typically created with createConObj.

schema

character denoting a PostgreSQL schema.