summarise: Summarise data columns.

Description Usage Arguments Value

View source: R/smtools.R

Description

Summarise data columns.

Usage

1
2
summarise(dt, writepath = str_c(getwd(), "/Data Summary.xlsx"),
  append = "Data Summary")

Arguments

dt

Data table to summarise.

writepath

Path + file name to save xlsx; can be NULL.

append

Whether the summary should be appended to the workbook; any strings except "Data Summary" mean append; otherwise the summary table is written on the worksheet "Data Summary".

Value

Data summary.


xh2/smtools documentation built on Nov. 5, 2019, 12:24 p.m.