README.md

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 development version from GitHub:

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

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

How to use the add-ins

Below you can find a few examples how to use the add-ins of the package.

Convert text into headings

**Demonstration 1: headings.** Place a cursor with a mouse and use a
necessary
add-in.

**Demonstration 2: headings.** Notice that, if needed, a blank line
above the selection is
added.

Basic text formatting

**Demonstration 3: basic formatting.** Before using this type of
add-in, select a piece of text that should be
formatted.

Create lists

**Demonstration 4: lists.** The lists can be numbered and unnumbered.
They can have several
levels.

Pandoc’s Markdown

R Markdown syntax is based on Pandoc’s Markdown syntax. Read more if you need more advanced formatting options:

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



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