load_supertinyicon: Load an SVG icon from the 'supertinyicons' icon pack

Description Usage Arguments

View source: R/supertinyicons.R

Description

Load an SVG icon from the supertinyicons icon pack

Usage

1
2
3
4
5
load_supertinyicon(
  name,
  obj_type = c("grob", "data.frame", "list", "debug", "svg"),
  ...
)

Arguments

name

name of icon. e.g. "twitter". If the exact name is not found, then the icon with the closest matching name is returned. See supertinyicon_names for a full list of supported icons in this set.

obj_type

What kind of R object to return - choices c('grob', 'data.frame', 'list', 'debug', 'svg'). Default: 'grob'. See documentation for read_svg() for more details.

...

other arguments passed to read_svg()


coolbutuseless/svgparser documentation built on Dec. 26, 2021, 12:03 a.m.