Neat New seplyr Feature: String Interpolation
Win-Vector Blog 2017-08-28
Summary:
The R package seplyr has a neat new feature: the function seplyr::expand_expr() which implements what we call “the string algebra” or string expression interpolation. The function takes an expression of mixed terms, including: variables referring to names, quoted strings, and general expression terms. It then “de-quotes” all of the variables referring to quoted strings and … Continue reading Neat New seplyr Feature: String Interpolation