Translates from excel cell address to rows and columns
Source:R/cell_range_translate.R
cell_range_translate.RdTranslates from excel cell address to rows and columns
Arguments
- x
Single string of individual cell or cell range (e.g. "D6" or "D6:AC8")
- expand
If
TRUE(default), provides the row and column for all cells in the range. IfFalse, provides just the row and column of the start and end cells.- start
Optional argument to account for offset when matching cells in an excel file to a dataframe when the dataframe was generated by reading the excel file starting at a location other than "A1".