# When connecting to a specific file, like the downloaded ACDC-Database
# just use the path to the database
# If the specified database file does not exist, an error will be thrown.
# Consider downloading the database using `download_acdc()` or `download_ted()`.
if (FALSE) conn <- connect_to_db("path/to/database.db")
Run the code above in your browser using DataLab