View source: R/translate_engine.R
| translate_calculate | R Documentation |
Translates R's the.variables and the.functions into pandas'
dictionary-based .agg() syntax.
translate_calculate(variable_exprs, function_names)
variable_exprs |
A list of enquosured variable names. |
function_names |
A character vector of R function names. |
A string for the .agg() method (e.g., .agg({'col1': ['mean', 'std']})).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.