str2lang: Backport of str2lang for R < 3.6.0

View source: R/str2lang.R

str2langR Documentation

Backport of str2lang for R < 3.6.0

Description

See the original description in base::str2lang.

Usage

str2lang(s)

Examples

# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
str2lang <- getFromNamespace("str2lang", "backports")

str2lang("x[3] <- 1+4")

mllg/backports documentation built on March 15, 2023, 8:07 p.m.