Description Usage Arguments Value Author(s) Examples
This function extract numerical indices of a given range e-g B2
1 | extractValuesFromRange(range, excelFormate)
|
range |
Range e-g B2 |
excelFormate |
TRUE if range is in spreadsheet formate |
Number of starting row, ending row, starting column and ending column
Muhammad kashif
1 2 3 | rng <- c("B2")
exclF <- TRUE
rslt <- extractValuesFromRange(rng, exclF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.