connectors | R Documentation |
Holds a special list of individual connector objects for consistent use of connections in your project.
connectors(...)
... |
Named individual Connector objects |
# Create connectors objects
con <- connectors(
sdtm = connector_fs(path = tempdir()),
adam = connector_dbi(drv = RSQLite::SQLite())
)
# Print for overview
con
# Print the individual connector for more information
con$sdtm
con$adam
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.