powered by
A HTML Data Report is generated and opened in a web browser
Report( Data = NULL, md = NULL, name = "Data-Report", title = "Data Documentation", author = "Author Name", date = Sys.Date(), output_format = c("html_document", "pdf_document"), open = TRUE, quiet = TRUE, dir = NULL, overwrite = FALSE )
Nothing. A Data Report is generated and saved in dir
dir
Either an object of class Data or the file path to a valid file to be imported with XL2Data
Data
XL2Data
Full file path to a valid text file documenting the Data
Optional. Name of the output file
Title for the Report. Title in the markdown file will override this value
Author of the Report. Author in the markdown file will override this value
Date of the Report. Date in the markdown file will override this value
Output file format: html_document or pdf_document
html_document
pdf_document
Logical. Open the compiled report?
Logical.An option to suppress printing of the pandoc command line.
Optional. Directory to save the file. Defaults to getwd()
getwd()
Logical. Overwrite an existing file with the same name?
A. Hordyk
if (FALSE) { DataInit('Example') # generate example Data Input and Documentation files Report('Example', 'Example.md') }
Run the code above in your browser using DataLab