fetch_vars {geeLite} | R Documentation |
Fetch Variable Information from an SQLite Database
Description
Displays information on the available variables in the SQLite database
(data/geelite.db
).
Usage
fetch_vars(
path,
format = c("data.frame", "markdown", "latex", "html", "pipe", "simple", "rst")
)
Arguments
path |
[mandatory] (character) Path to the root directory of the generated database. |
format |
[mandatory] (character) A character string. Possible values
are |
Value
Returns the variable information in the selected format. If
format = "data.frame"
, a data.frame
is returned. For other
formats, the output is printed in the specified format and NULL
is
Examples
# Example: Printing the available variables
## Not run:
fetch_vars(path = "path/to/db")
## End(Not run)
[Package geeLite version 1.0.2 Index]