View source: R/translate_engine.R
| translate_sort | R Documentation |
Translate captured sort expressions into Python .sort_values() arguments
translate_sort(...)
... |
Bare column names or |
A list with two elements:
$by: A string for the by argument (e.g., ['cut', 'price'])
$ascending: A string for the ascending argument (e.g., [True, False])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.