# Create connectors objects
cnts <- connectors(
sdtm = connector_fs(path = tempdir()),
adam = connector_dbi(drv = RSQLite::SQLite())
)
# Print for overview
cnts
# Print the individual connector for more information
cnts$sdtm
cnts$adam
Run the code above in your browser using DataLab