write_responserate_sheet: Create a formatted excel response rate sheet from tabulated...

View source: R/write.R

write_responserate_sheetR Documentation

Create a formatted excel response rate sheet from tabulated data.

Description

Create a formatted excel response rate sheet from tabulated data.

Usage

write_responserate_sheet(x, outputFile, inputFile = NULL,
  sheetName = "Response Rates")

Arguments

x

A data.frame

outputFile

The path to the output file.

inputFile

The path to the input file if one exists. For example to append sheet to a readme.xlsx file. If NULL, a new workbook will be created.

sheetName

A character string with the sheet name. The default is "Response Rates".


bcgov/WEStblr documentation built on Dec. 2, 2022, 10:53 a.m.