Skip to content

jrennstich/icon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon

An R package to easily insert web icons, including font awesome, academicons and ionicons, into RMarkdown. Besides emoji, a sea of icons are floating around the web, which provides new options (or fun) for digital expressions. Please see the vignette as slides for details.

It works with inline code `r icon::fa("rocket")` and chunks:

```r
icon::fa("rocket") # equivalent to icon::fa_rocket()
```

The development version can be installed from GitHub using:

# install.packages("devtools")
devtools::install_github("ropenscilabs/icon")

About

R package to easily insert web icons to RMarkdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 98.0%
  • R 2.0%