dims_helper | R Documentation |
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, single = TRUE)
x |
a dimension object "A1" or "A1:A1" |
as_integer |
If the output should be returned as integer, (defaults to string) |
row |
a numeric vector of rows |
col |
a numeric or character vector of cols |
single |
argument indicating if |
A dims
string for _to_dim
i.e "A1:A1"
A named list of rows and columns for to_rowcol
wb_dims()
dims_to_rowcol("A1:J10")
wb_dims(1:10, 1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.