ft_sql_transformer {sparklyr} | R Documentation |
Transform a data set using SQL. Use the __THIS__
placeholder as a proxy for the active table.
ft_sql_transformer(x, sql, ...)
x |
An object (usually a |
sql |
A SQL statement. |
... |
Optional arguments; currently unused. |