unite | R Documentation |
These objects are imported from other packages. Follow the links below to see their documentation.
unite
## S3 method for class 'eventlog'
unite(data, col, ..., sep = "_", remove = T)
## S3 method for class 'activtylog'
unite(data, col, ..., sep = "_", remove = T)
## S3 method for class 'grouped_eventlog'
unite(data, col, ..., sep = "_", remove = T)
data |
Eventlog |
col |
The name of the new column (character value) |
... |
Columns to be united. |
sep |
Seperator |
remove |
Remove original columns |
unite(eventlog)
: Unite columns in eventlog
unite(activtylog)
: Unite columns in activitylog
unite(grouped_eventlog)
: Unite columns in grouped eventlog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.