preReport: Create a preReport of a data.frame

Description Usage Arguments Examples

View source: R/preReport.R

Description

preReport will create a Rmd Report from a data.frame.

Usage

1
2
3
4
5
6
7
preReport(iris)

preReport(inputData,
         path,
         scaffold = system.file("skeleton", package = "preReport"),
         open_rmd = T,
         useBytes = T, ...)

Arguments

inputData

The data frame to create report before modeling.

path

A vector of length 2 for the range of NA proportion.

scaffold

Path for the file used in the html file.

open_rmd

Whether open the Rmd file or not.

useBytes

If useByte when writing the Rmd file.

...

Other parameters put into writeLines function.

Examples

1

Lchiffon/preReport documentation built on May 8, 2019, 9:52 p.m.