Learn R Programming

openxlsx2 (version 1.9)

dataframe_to_dims: 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

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

Run the code above in your browser using DataLab