Learn R Programming

COMBIA (version 1.0.6)

extractValuesFromRange: This function extract numerical indices of a given range e-g B2

Description

This function extract numerical indices of a given range e-g B2

Usage

extractValuesFromRange(range, excelFormate)

Arguments

range

Range e-g B2

excelFormate

TRUE if range is in spreadsheet formate

Value

Number of starting row, ending row, starting column and ending column

Examples

Run this code
# NOT RUN {
rng <- c("B2")
exclF <- TRUE
rslt <-  extractValuesFromRange(rng, exclF)
# }

Run the code above in your browser using DataLab