export: export This function helps in converting the tables created...

Description Usage Arguments Value

View source: R/export.R

Description

export This function helps in converting the tables created through descriptive() to a formatted excel report ()

Usage

1
2
3
4
export(excel_workbook, file_name, index = T,
  title = "Descriptive report", heading_fill = "#C00000",
  heading_font_color = "#A9A9A9", font_size = 10, zoom = 90,
  logo = NULL)

Arguments

excel_workbook

The workbook object created using wb()

file_name

The name of the file to be generated. Make sure this file is not opened in any window.

index

Boolean indicating whether an index page has to be created, default being TRUE

title

Title for the excel file. This title will be added at the top of every sheet

heading_fill

Hex code for fill color for the table headings

heading_font_color

Hex code for font color for the table headings

font_size

Font size of the data, default font size is 10.

zoom

The zoom percentage for the sheets, default being 90.

logo

The address of the image which has to be added as a logo in the report

Value

A list containing the tables, subtitle and sheetname


nivesh22/descriptive documentation built on Jan. 22, 2020, 8:03 p.m.