icons icon indicating copy to clipboard operation
icons copied to clipboard

R package to easily insert web icons to RMarkdown

Results 19 icons issues
Sort by recently updated
recently updated
newest added

Using icons as masks for a word cloud is pretty cool. Currently you need to use `rsvg::rsvg()` to format the icons appropriately for the `mask` argument of `ggwordcloud::geom_text_wordcloud_area()`. Some simpler...

In the previous version, we could set ```animate = spin``` as a new style for the icon. Is this still possible? Here is my code: ` icon_style(fontawesome("cog", style = "solid"),...

MRE: ```{r} fontawesome$solid$rocket icon_style(fontawesome$solid$rocket, rotate = 90) ```

bug

Only for icons of length 1, `icon_explode()`/`icon_unstack()` will split an icon into multiple icons by their paths. `icon_stack()` is used to combine icons or rebuild an unstacked icon.

Lists of icons can be used with `{gt}` if their svg value is obtained via format, then handled as html via `gt::fmt_markdown()`. ``` r library(icons) #> -- Installed icons -----------------------------------------------...