Description Usage Arguments Value Examples
Gets the values from column in an xlsx or xlsxsimple, Excel worksheet.
1 2 3 4 | getColumnValue(sheet, col.name)
## S4 method for signature 'jobjRef'
getColumnValue(sheet, col.name)
|
sheet |
An xlsx or xlsxsimple worksheet. |
col.name |
A character scalar, the name of the column to return. |
A vector.
1 2 3 4 5 | ## Not run:
sheet <- toSheet(mtcars)
getColumnValue(sheet, "mpg")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.