as_excel_formula: Coerce coerce column to Excel Formula

View source: R/get_excel_formulas.R

as_excel_formulaR Documentation

Coerce coerce column to Excel Formula

Description

as_excel_formula_column coerce a specified column into an Excel formula to be used in openxlsx::writeFormula() or openxlsx::writeData(). This transformation allows to avoid issue of Excel formula being interpreted as normal text by Excel.

Usage

as_excel_formula(col, array = FALSE)

Arguments

col

integer or character vector identifying the column to be coerced

array

A bool if the function written is of type array


gpw13/rapporteur documentation built on Sept. 24, 2022, 9:15 a.m.