Description Usage Arguments See Also
Order a dataframe based on the number of characters in the column provided as an argument.
1  | arrange_by_nchar(data, col, desc = FALSE)
 | 
data | 
 A dataframe or tibble.  | 
col | 
 Target column.  | 
desc | 
 Return sorted in descending order?  | 
.by_group | 
 If TRUE, will sort first by grouping variable. Applies to grouped data frames only.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.