emo (version 0.0.0.9000)

ji_glue: emoji glue

Description

emoji glue

Usage

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()]

Details

- For the single form `:something:` [jitsu] is used on each pattern wrapped in `:` - For the list form `:something:*` [ji_set] is used

See Also

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

Examples

Run this code
# NOT RUN {
  ji_glue("one :heart:")
  ji_glue("many :heart*:")
# }

Run the code above in your browser using DataLab