Description Usage Arguments Value Examples
View source: R/make_database.R
This function reads an sqlite database from disk to memory
1 | read_database(path)
|
path |
path to saved sqlite database |
An RSQLite database to memory
1 2 3 4 | ## Not run:
DBs <- read_database(path = "database.sqlite")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.