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.
runCreateTables(con, schema = "timeseries")
PostgreSQL connection object. Typically created with createConObj
.
character denoting a PostgreSQL schema.