50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


assemblerr (version 0.1.1)

interp: Perform string interpolation with pluralization

Description

Perform string interpolation with pluralization

Usage

interp(..., .envir = parent.frame())

Arguments

...

Character vectors to interpolate

.envir

Environment for lookup

Value

A character vector

Examples

Run this code
# NOT RUN {
x <- 1:10
assemblerr:::interp("x has elements {x}")
# }

Run the code above in your browser using DataLab