connect_oxcovid19: Initiate a connection to the OxCOVID19 PostgreSQL database

Description Usage Arguments Value Author(s) Examples

View source: R/connect_oxcovid19.R

Description

Initiate a connection to the OxCOVID19 PostgreSQL database

Usage

1
2
3
4
5
6
7
connect_oxcovid19(
  dbname = "covid19",
  host = "covid19db.org",
  port = 5432,
  user = "covid19",
  password = "covid19"
)

Arguments

dbname

Name of database. Default is "covid19". Unless OxCOVID19 Project changes database details, this should be kept as default.

host

Name of database host. Default is "covid19db.org". Unless OxCOVID19 Project changes database details, this should be kept as default.

port

Port specifications. Default is 5432. Unless OxCOVID19 Project changes database details, this should be kept as default.

user

User specifications. Default is "covid19". Unless OxCOVID19 Project changes database details, this should be kept as default.

password

Password specifications. Default is "covid19". Unless OxCOVID19 Project changes database details, this should be kept as default.

Value

A PostgreSQL connection to OxCOVID19 database

Author(s)

Ernest Guevarra

Examples

1

oxcovid19 documentation built on Jan. 13, 2021, 8:50 p.m.