acceleratoRs/GeneralTemplate/Code
yueguoguo 11f619cb22 html, PDF, and ipynb available for R markdown 2017-02-17 10:13:46 +08:00
..
Makefile Initialize the repo. Added GeneralTemplate and EmployeeAttritionPrediction use case 2017-02-16 17:35:26 +08:00
README.md Initialize the repo. Added GeneralTemplate and EmployeeAttritionPrediction use case 2017-02-16 17:35:26 +08:00
SampleMarkDown.ipynb html, PDF, and ipynb available for R markdown 2017-02-17 10:13:46 +08:00
SampleMarkdown.Rmd html, PDF, and ipynb available for R markdown 2017-02-17 10:13:46 +08:00
SampleMarkdown.nb.html html, PDF, and ipynb available for R markdown 2017-02-17 10:13:46 +08:00
SampleMarkdown.pdf html, PDF, and ipynb available for R markdown 2017-02-17 10:13:46 +08:00

README.md

Prerequisites

Place the prerequisites for running the codes

  • R >= 3.3.1
  • rmarkdown >= 1.3

Use of template

The codes for analytics, embedded with step-by-step instructions, are written in R markdown, and can be run interactively within the code chunks of the markdown file.

Makefile in the folder can be used to produce report in various formats based upon the R markdown script. Suported output formats include

  • R - pure R codes,
  • md - markdown,
  • html - html,
  • pdf - pdf,
  • ipynb - Jupyter notebook,
  • docx - Microsoft Word document, and
  • odt - OpenDocument document.

To generate an output of the above format, simply run

make <filename>.<supported format>

The geneated files can be removed by make clean or make realclean