# 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
Run the code above in your browser using DataLab