dataframe_to_dims: Create dimensions from dataframe

View source: R/wb_functions.R

dataframe_to_dimsR Documentation

Create dimensions from dataframe

Description

Use wb_dims()

Usage

dataframe_to_dims(df, dim_break = FALSE)

Arguments

df

dataframe with spreadsheet columns and rows

dim_break

split the dims?

Examples

 df <- dims_to_dataframe("A1:D5;F1:F6;D8", fill = TRUE)
 dataframe_to_dims(df)

openxlsx2 documentation built on April 3, 2025, 8:40 p.m.