fill_dimensions: Fill Missing Dimensions

fill_dimensionsR Documentation

Fill Missing Dimensions

Description

Estimate missing entries in dimension vector where possible.

Usage

fill_dimensions(x, dimension.table = NULL, sheet.dimension.table = NULL)

Arguments

x

dimension string

dimension.table

Given mappings between document dimensions

sheet.dimension.table

Given mappings for sheet dimensions

Value

Augmented dimension vector

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation("bibliographica")

See Also

augment_dimension_table

Examples

## Not run: 
  dimension.table <- dimension_table(); 
  fill_dimensions(c(original = NA, gatherings = NA, width = 30, height = 48), dimension.table)

## End(Not run)

rOpenGov/bibliographica documentation built on April 10, 2022, 8:51 p.m.