fetch_vars | R Documentation |
Displays information on the available variables in the SQLite database
(data/geelite.db
).
fetch_vars(
path,
format = c("data.frame", "markdown", "latex", "html", "pipe", "simple", "rst")
)
path |
[mandatory] (character) Path to the root directory of the generated database. |
format |
[mandatory] (character) A character string. Possible values
are |
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
# Example: Printing the available variables
## Not run:
fetch_vars(path = "path/to/db")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.