dataframe_to_dims {openxlsx2}R 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)

[Package openxlsx2 version 1.9 Index]