db_get_table: Get a table from the database and return it as a well-formed...

Description Usage Arguments

View source: R/utils_db.R

Description

As much as possible, route calls to the database table to here. This function will abstract away problems with differences between databases.

Usage

1
db_get_table(con, table_name = "glucose_records")

Arguments

con

valid database connection

table_name

string name for a table in the database (usual 'glucose_records' or 'notes_records')


personalscience/taster documentation built on Feb. 5, 2022, 9:27 p.m.