create_excel_wb: Create an excel workbook

Description Usage Arguments Details Examples

View source: R/create_wb.R

Description

create_excel_wb creates an excel workbook from an R dataframe

Usage

1
2
create_excel_wb(pdInput, psInFile, psOutFile, psSheetName, psTableStyle,
  pnHeaderTextRotation, pnStartRow, pnStartCol)

Arguments

pdInput

input data frame

psInFile

name of the input file

psOutFile

name of the output file

psSheetName

name of the sheet to be used

psTableStyle

pre-defined table style to be used

pnHeaderTextRotation

rotation angle for header text

Details

The only input that must be specified is the dataframe to be converted or a csv file that can be read into a dataframe. From that an excel workbook is created using some standard format.

Examples

1
create_excel_wb(pdInput = iris)

pvrqualitasag/RZwToExcel documentation built on May 26, 2019, 11:34 a.m.