export_worksheet: Save a copy of the plot, a current dollars csv, and an excel...

View source: R/Standardization.R

export_worksheetR Documentation

Save a copy of the plot, a current dollars csv, and an excel copy

Description

Save a copy of the plot, a current dollars csv, and an excel copy

Usage

export_worksheet(
  df,
  xlsx,
  sheet,
  path = "..\\output",
  second_path = NA,
  startRow = 1,
  startCol = 1
)

Arguments

df

the underlying data

xlsx

the excel file to output to

sheet

the sheet to use in excel, typically shorter than the name

path="..\output\"

what directory for the output

second_path=NA

for saving to a second location to automatically

startRow=1

Start row for excel output

startCol=NA

Start column for excel output

Value

no value


CSISdefense/csis360 documentation built on Feb. 1, 2025, 1:22 p.m.