add_and_merge: Add content to spreadsheets

View source: R/add_and_merge.R

add_and_mergeR Documentation

Add content to spreadsheets

Description

Similar to add_stuff, but can add values to merged rows and columns

Usage

add_and_merge(
  value,
  sheet,
  row_num,
  col_num,
  height = 0,
  width = 0,
  style = column_title
)

Arguments

value

the value to add

sheet

sheet name

row_num

minimum row number

col_num

minimum column

height

number of merged rows

width

number of merged columns

style

formatting style


ReverieNB/FMT-Package documentation built on March 10, 2023, 1:31 p.m.