Skip to content
Abel Vertesy edited this page Nov 29, 2017 · 2 revisions

How to install?

1. Install from GitHub

Install directly from GitHub via devtools with one R command:

# install.packages("devtools"); # If you don't have it
require("devtools")
devtools::install_github(repo = "vertesy/MarkdownReports/MarkdownReports")

...then simply load the package:

require("MarkdownReports")

2. Source the code from the web

(Function helps will not work)

  source("https://raw.githubusercontent.com/vertesy/MarkdownReports/master/MarkdownReports/R/MarkdownReports.R")