Description Usage Arguments Examples
View source: R/hrsampleCreateSQLite.R
This function loads the hrsample tables to an sqlite database. If the database already exists, the hrsample tables will be added to the database. If the database does not yet exist, a new database is created with the hrsample tables.
1 | hrsampleCreateSQLite(db_location)
|
db_location |
The name/location to store the database. Example: "C:\\sqlite\\my_db.sqlite3" |
1 2 | hrsampleCreateSQLite("my_db.sqlite3")
hrsampleCreateSQLite()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.