dims_to_dataframe: Create dataframe from dimensions

View source: R/wb_functions.R

dims_to_dataframeR Documentation

Create dataframe from dimensions

Description

Create dataframe from dimensions

Usage

dims_to_dataframe(dims, fill = FALSE, empty_rm = FALSE)

Arguments

dims

Character vector of expected dimension.

fill

If TRUE, fills the dataframe with variables

empty_rm

Logical if empty columns and rows should be included

Examples

dims_to_dataframe("A1:B2")

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