-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
Abel Vertesy edited this page Nov 29, 2017
·
2 revisions
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")
(Function helps will not work)
source("https://raw.githubusercontent.com/vertesy/MarkdownReports/master/MarkdownReports/R/MarkdownReports.R")