dims_to_dataframe {openxlsx2} | R Documentation |
Create dataframe from dimensions
Description
Non consecutive decreasing dims will return an increasing data frame.
Usage
dims_to_dataframe(dims, fill = FALSE, empty_rm = FALSE)
Arguments
dims |
Character vector of expected dimension. |
fill |
If |
empty_rm |
Logical if empty columns and rows should be included |
Examples
dims_to_dataframe("A1:B2")
[Package openxlsx2 version 1.17 Index]