Description Usage Arguments Value See Also
this function extracts tables from the excel input workbook.
1 | keywordToTable(path, keyword, mapping.tables, keep = NULL, colNames = NULL)
|
path |
a character value. A valid path of an input excel workbook. The path can be relative or not. |
keyword |
a character value. A valid keyword corresponding to a table. |
mapping.tables |
a data.frame with following fields:
|
keep |
integer vector, which columns should be kept or removed from
|
colNames |
character vector, the colnames to be given to the parsed table. |
the corresponding table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.