Learn R Programming

r2symbols (version 1.4)

symload: Symbol repository loader

Description

Loads all the available symbols

Usage

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

Value

No returns, but symbols are loaded

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

Examples

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

Run the code above in your browser using DataLab