sdr_upload: Upload Excel worksheets to SDR

Description Usage Arguments Value Examples

View source: R/sdr_upload.R

Description

sdr_upload uploads all Excel worksheets in a specified location to a specified database.

Usage

1
sdr_upload(source, archive, database, server)

Arguments

source

string. The path of the directory containing Excel files.

archive

string. The path of the directory to send processed files to.

database

string. The database to write the data to.

server

string. The server holding the database.

Value

null

Examples

1
2
3
4
## Not run: 
sdr_upload(source = "C:\\example_source", archive = "C:\\example_archive", database = "DatabaseName", server = "ServerName")

## End(Not run)

thomascrines/sdrUpload documentation built on Nov. 5, 2019, 10:07 a.m.