R/wb_functions.R
dims_to_dataframe.Rd
Create dataframe from dimensions
dims_to_dataframe(dims, fill = FALSE, empty_rm = FALSE)
Character vector of expected dimension.
If TRUE, fills the dataframe with variables
TRUE
Logical if empty columns and rows should be included
dims_to_dataframe("A1:B2") #> A B #> 1 <NA> <NA> #> 2 <NA> <NA>