multiple_cell_merge: Merges multiple columns of cells in an Excel sheet, by row

View source: R/write_tables.R

multiple_cell_mergeR Documentation

Merges multiple columns of cells in an Excel sheet, by row

Description

Merges multiple columns of cells in an Excel sheet, by row

Usage

multiple_cell_merge(wb, sheet, rows, cols)

Arguments

wb

openxlsx workbook object

sheet

string. Sheet name in the wb object

rows

numeric vector. Row numbers in the wb object that you want to apply the merge formatting to

cols

numeric vector. Column numbers in the wb object that you want to merge together.


moj-analytical-services/mojrap documentation built on July 30, 2023, 4:43 p.m.