View source: R/03-data_frame.R
df_orderData | R Documentation |
增加对任意数据框进行排序功能
df_orderData(srcData = "data", order_by, is_asc = order_d)
srcData |
源数据框 |
order_by |
排序字段,向量 |
is_asc |
逻辑变更,默认T为升序 |
返回值
df_orderData()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.