View source: R/database-helpers.R
getvars | R Documentation |
A database helper function copied from the 'survey' package
getvars(
formula,
dbconnection,
tables,
db.only = TRUE,
updates = NULL,
subset = NULL
)
formula |
Either a formula or a character vector giving names of variables |
dbconnection |
A database connection |
tables |
Name(s) of table(s) to pull from |
db.only |
Unclear parameter inherited from the 'survey' package |
updates |
Updates to potentially make |
subset |
Optional indices of data to subset when returning result |
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.