knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

MIT licensed CRAN_Status_Badge GitHub version Travis-CI Build Status Updated-on


R package addins.icon

Package addins.icon is an R package that provides a set of RStudio addins for R Markdown. The main purpose of this package is to alleviate learning process of R Markdown syntax.

Install package

Install from GitHub:

if (!require(devtools)) 
    install.packages("devtools")

devtools::install_github("GegznaV/addin.tools")
devtools::install_github("GegznaV/addins.icon")

More information at http://gegznav.github.io/addins.icon/



GegznaV/addins.icon documentation built on Sept. 20, 2020, 6:55 p.m.