if (FALSE) {
# First create a database in a temporary directory
db <- create_db(tempdir(), "mydb.db")
# Import some files
import(path = "path/to/jsons", db = db)
# Then index it to speed up the database
index_db(db)
}
Run the code above in your browser using DataLab