R/wb_functions.R
dataframe_to_dims.Rd
Use wb_dims()
wb_dims()
dataframe_to_dims(df, dim_break = FALSE)
dataframe with spreadsheet columns and rows
split the dims?
df <- dims_to_dataframe("A1:D5;F1:F6;D8", fill = TRUE) dataframe_to_dims(df) #> [1] "A1:F8"