b_set: Set

Description Usage Arguments Examples

Description

Set baffle options.

Usage

1
b_set(b, char = NULL, speed = NULL, ...)

Arguments

b

An object of class baffle as returned b_affle.

char

Characters to baffle.

speed

Speed of blaffling.

...

Any opther option from https://github.com/camwiegert/baffle#options.

Examples

1
2
3
4
b_affle("Baffling") %>%
  b_set("+#-•=~*") %>%
  b_start(2000) %>%
  b_reveal(5000)

JohnCoene/baffle documentation built on May 19, 2019, 6:20 p.m.