writeFormattedExcelSheet: Write an Excel Sheet for Project Outputs

writeFormattedExcelSheetR Documentation

Write an Excel Sheet for Project Outputs

Description

This function actually finalises the process of getting an Excel worksheet ready for the Referral Direcories and Capacity Needs Assessment tables.

Usage

writeFormattedExcelSheet(
  data,
  path,
  sheet,
  header.fill,
  header.font.colour,
  na.string = ""
)

Arguments

data

The data frame made with preparatory functions

path

The path of the Excel file to be created.

sheet

The name of the worksheet.

header.fill

The colour for the header.

header.font.colour

The colour of the header text.

na.string

How to represent missing values

Value

No return value. Used for its side effects.


BroVic/jGBV documentation built on Oct. 9, 2022, 6:38 a.m.