powered by
This function generates "order by" part of a query
orderby(query = NULL, ...)
Existing query
order by list
order_by_cols <- orderby("", "col1", "ASC","col2", "DESC")
Run the code above in your browser using DataLab