ji_glue: emoji glue

Description Usage Arguments See Also Examples

View source: R/ji_glue.R

Description

emoji glue

Usage

1
ji_glue(..., .envir = parent.frame())

Arguments

...

strings to format, where ':x:' is replaced by an emoji for "x", using [ji()] and ':y*:' is replaced by all emojis that match "y", using [ji_find()].

.envir

see [glue::glue()]

See Also

[glue::glue()] for how the strings are concatenated

Examples

1
2
3
4
5
## Not run: 
  ji_glue("one :heart:")
  ji_glue("many :heart*:")

## End(Not run)

hadley/emo documentation built on Dec. 16, 2019, 3:42 p.m.