Description Usage Arguments Value See Also
This function loads a database table and:
removes trailing empty columns
identifies and converts date columns (optionally sets "1900-01-01" to NA)
renames colnames (using new.names
)
1 2 3 | read.DB.table(path, convert.dates = FALSE,
convert.unknown.date.to.na = FALSE, rename.headers = FALSE,
add.pat.id = TRUE, add.center = TRUE, silent = FALSE, ...)
|
path |
location of the csv-file or unz(zip-file, table filename) |
convert.dates |
flag for conversion of date columns |
convert.unknown.date.to.na |
flag for conversion of unknown dates |
rename.headers |
flag for renaming of headers |
add.pat.id |
adding study ID pat.id to the first column |
silent |
hide verbose output |
... |
other options passed to |
Data frame of the table.
load.study.options, new.names, convert.all.dates, unz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.