Description Usage Arguments Value
pulling data from local RDS database
1 | local.pull(path, vw, ids = NULL, vars = NULL, id.type = "pnr")
|
path |
path to local project-specific database (db_build output folder) |
vw |
name of view file / SQL table to pull |
ids |
optional vector of ids to pull (ignoring all non-matching rows). If ids are record ids, specify id.type as 'rid'. |
vars |
optional list of variables to pull. |
id.type |
'pnr' for personal id number, 'pid' for using record ids as key. |
returns an RDS file containing specified source data. If ids are specified, only rows matching an id are returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.