Description Usage Arguments Value Examples
View source: R/check_db_content.R
Import Database Content From CSV Files
1 2 | import_database_content(csv_dir = system.file("database/qmra-db_accdb",
package = "qmra.db"), encoding = "WINDOWS-1252")
|
csv_dir |
path to csv directory with database output (default: system.file("database/qmra-db_accdb", package = "qmra.db")) |
encoding |
encoding of csv files (default: "WINDOWS-1252") |
list with multiple data.frames with database content
1 2 3 4 5 | ## Not run:
db_content <- import_database_content()
str(db_content, 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.