sdft_submit: Main function that runs the Station Demand Forecasting Tool

Description Usage Arguments

View source: R/sdft_submit.R

Description

Main function that runs the Station Demand Forecasting Tool

Usage

1
2
3
4
5
6
7
sdft_submit(
  dbhost = "localhost",
  dbport = 5432,
  dbname = "dafni",
  dbuser = "postgres",
  dirpath = getwd()
)

Arguments

dbhost

Character. IP address or hostname of the machine with the PostgreSQL database. Default is "localhost".

dbport

Integer. Port number used by the PostgreSQL server.

dbname

Character. Name of the PostgreSQL database. Default is "dafni".

dbuser

Character. Name of the PostgreSQL database user. Default is "postgres". Note that you need to set the password for this user using the key_set() function from the keyring package before running sdr_submit().

dirpath

Character. Full path to the directory containing the input folder. This folder will also be used for output and must be writable. Default is the current working directory. On Windows you should use forward slashes in the path.


station-demand-forecasting-tool/sdft documentation built on July 11, 2021, 4:23 a.m.