powered by
Internal helpers to (de)construct a dims argument from/to a row and column vector. Exported for user convenience.
dims_to_rowcol(x, as_integer = FALSE)rowcol_to_dims(row, col)
rowcol_to_dims(row, col)
a dimension object "A1" or "A1:A1"
optional if the output should be returned as integer
a numeric vector of rows
a numeric or character vector of cols
dims_to_rowcol("A1:J10") rowcol_to_dims(1:10, 1:10)
Run the code above in your browser using DataLab