powered by
Parses the expression string into the column that it represents, similar to SparkDataFrame.selectExpr
expr(x)# S4 method for character expr(x)
# S4 method for character expr(x)
an expression character object to be parsed.
Other normal_funcs: abs, bitwiseNOT, coalesce, column, greatest, ifelse, isnan, least, lit, nanvl, negate, randn, rand, struct, when
abs
bitwiseNOT
coalesce
column
greatest
ifelse
isnan
least
lit
nanvl
negate
randn
rand
struct
when
# NOT RUN { expr('length(name)') # }
Run the code above in your browser using DataLab