getvars {svrep} | R Documentation |
Get variables from a database
Description
A database helper function copied from the 'survey' package
Usage
getvars(
formula,
dbconnection,
tables,
db.only = TRUE,
updates = NULL,
subset = NULL
)
Arguments
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 |
Value
A data frame
[Package svrep version 0.8.0 Index]