powered by
dims
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 dims string for _to_dim i.e "A1:A1"
_to_dim
A list of rows and columns for to_rowcol
to_rowcol
a dimension object "A1" or "A1:A1"
If the output should be returned as integer, (defaults to string)
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