Description Usage Arguments Value
Unify formats of data frames
1 |
df |
Data frame to be processed |
Data frame in a unified format
Unifies the format of a data frame. The following transformations are made:
Order columns
Remove duplicate rows (unique(df)
)
Order rows (and resetting row names)
Convert data types (mostly to character, with some exceptions converted to integer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.