get_con | R Documentation |
This function get a DBI connection to a database reading the parameters from a
config.yml
file using the get
function.
See the vignette for details.
get_con(configname = "defaultdb", file = "config.yml")
configname |
a string with the name of the configuration |
file |
name of the configuration to read from. |
a DBI
connection
John J. Aponte
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.