convenience {linne}R Documentation

Convenience Functions

Description

Convenience functions for common operations.

Usage

important_(value)

url_(value)

rgb_(r, g, b)

rgba_(r, g, b, a = 0.5)

Arguments

value

Value to use.

r, g, b, a

Red, green, blue, and alpha values.

Functions

Examples

Linne$
 new()$
 rule(
   sel_id("id"),
   color = rgba_(255, 255, 255, .6),
   fontSize = important_(20)
 )


[Package linne version 0.0.2 Index]