Description Usage Arguments Value Examples
View source: R/adm_workbook_to_db.R
adm_workbook_to_db
writes all worksheets in an Excel workbook to a SQL Server database.
1 2 3 4 5 6 7 8 | adm_workbook_to_db(
database,
server,
file_path,
append = FALSE,
overwrite = FALSE,
archive = NULL
)
|
database |
|
server |
|
file_path |
|
append |
|
overwrite |
|
archive |
|
null
1 2 3 4 5 6 7 8 | ## Not run:
adm_workbook_to_db(database = "DatabaseName", server = "ServerName\\Instance", file_path = "C:\\Temp\\ExcelFile.xlsx")
## End(Not run)
## Not run:
adm_workbook_to_db(database = "DatabaseName", server = "ServerName\\Instance"file_path = "C:\\Temp\\ExcelFile.xlsx", archive = "C:\\ArchiveFolder\\")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.