get_pace_tbl: Get any table from PACE without the annoying warning...

Description Usage Arguments Examples

View source: R/load-pace-tables.R

Description

Get any table from PACE without the annoying warning messages. Note that the foreign key IDs are not matched to their readable equivalents.

Usage

1
get_pace_tbl(pace_db, tbl_name, collect = TRUE)

Arguments

pace_db

The src_mysql connection to the PACE Database.

tbl_name

Name of the table, view, or query you want to get.

collect

Option to collect the data or not. Default is TRUE.

Examples

1
get_pace_tbl(pace_db, "tblGroup")

camposfa/paceR documentation built on May 23, 2020, 5:54 a.m.