quick_report: "Quick Report"

Description Usage Arguments Value Note Author(s) Examples

View source: R/quick_report.R

Description

This is a function named 'quick_report' will run a report on the data

Usage

1
2
3
4
5
6
7
quick_report(
  data,
  output_format = rmarkdown::html_document(toc = TRUE, toc_depth = 6, theme = "yeti"),
  output_file = "report.html",
  output_dir = getwd(),
  report_title = "Text Analysis Report"
)

Arguments

appname

"A string name for the name e.g safeboda"

Value

"This function returns a quick report of an App"

Note

Developing

Author(s)

"My Name is Simon Kazooba"

Examples

1

tagasimon/appstorr documentation built on Aug. 30, 2020, 2:12 a.m.