postgres: serves as a nested call within gradeup::query()

Description Usage Arguments Examples

View source: R/postgres.R

Description

postgres serves as a nested call within gradeup::query(). Note that you need to make sure the workstation is connected to the right VPN to access the kidapt database

Usage

1
postgres(config_file = here::here("config.yml"))

Arguments

config_file

is the config file storing all of your passwords and credentials. It is based on the config_local.yml file in the project's root directory.

Examples

1
query(postgres, "select * from question_answer limit 6")

Kidapt/keda documentation built on Nov. 23, 2019, 3:35 a.m.