sqlite_get_db {shiny.reglog} | R Documentation |
Function to read SQLite shiny.reglog database
Description
As the new version of RegLog system allows for much more flexibility old functionalities for reading data is deprecated. Please use functions from adequate package: in this instance, 'DBI' package.
Usage
sqlite_get_db(sqlite_db)
Arguments
sqlite_db |
path to your 'SQLite' database |
Value
list containing user_db
and reset_db
dataframes
See Also
create_sqlite_db
[Package shiny.reglog version 0.5.2 Index]