symload: Symbol repository loader

View source: R/symload.R

symloadR Documentation

Symbol repository loader

Description

Loads all the available symbols

Usage

symload(
  font.size = NULL,
  font.weight = NULL,
  font.color = NULL,
  if.error = TRUE
)

Arguments

font.size

font size as integer

font.weight

font weight as integer

font.color

font color e.g. red, blue, cyan

if.error

error response

Value

No returns, but symbols are loaded

Examples

symload(40, "normal", "purple") # load symbols and add symbol settings
symload() # load symbols without custom settings


r2symbols documentation built on March 31, 2023, 8:19 p.m.