Learn R Programming

openxlsx2 (version 0.3.1)

dims_to_dataframe: create dataframe from dimensions

Description

create dataframe from dimensions

Usage

dims_to_dataframe(dims, fill = FALSE)

Arguments

dims

Character vector of expected dimension.

fill

If TRUE, fills the dataframe with variables

Examples

Run this code
{
  dims_to_dataframe("A1:B2")
}

Run the code above in your browser using DataLab