sheet: sheet This function generates creates a list of information...

Description Usage Arguments Value

View source: R/sheet.R

Description

sheet This function generates creates a list of information need to be added to a sheet - will be used in conjunction with wb()

Usage

1
2
sheet(tables = list(), subtitle = "Subtitle", sheetname = "sheet1",
  stack = "sideways")

Arguments

tables

The input analytical dataset of type data frame.

subtitle

A vector of all the dependent variable names. No need to dummify variables.

sheetname

A vector of all the continuous variable names

stack

If there are multiple tables need to be added to a single sheet, how they're stacked is determined by this argument. "sideways" add tables right to the previous one and "below" add tables one below the other. The default is "sideways".

Value

A list containing the tables, subtitle and sheetname


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