Learn R Programming

openxlsx2 (version 0.7)

dataframe_to_dims: create dimensions from dataframe

Description

create dimensions from dataframe

Usage

dataframe_to_dims(df)

Arguments

df

dataframe with spreadsheet columns and rows

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