Description Usage Arguments Value Examples
View source: R/adm_folder_to_db.R
adm_folder_to_db
uploads all worksheets in all Excel workbooks in a specified location to a specified database. Processed folders are then moved from the source folder to an archive folder.
1 2 3 4 5 6 7 8 |
database |
|
server |
|
source |
|
append |
|
overwrite |
|
archive |
|
null
1 2 3 4 5 6 7 8 | ## Not run:
adm_folder_to_db(database = "DatabaseName", server = "ServerName\\Instance", file_path = "C:\\Temp\\ExcelFile.xlsx")
## End(Not run)
## Not run:
adm_folder_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.