Description Usage Arguments Value Examples
View source: R/unique_1_stack_n.R
To unique and stack dataframe
1 2 | unique_1_stack_n(data = dataframe, unique = 1, stack = 2,
joint = ",")
|
data |
data |
unique |
number |
stack |
number |
joint |
joint of different words |
a dataframe
1 2 | unique_1_stack_n(data,1,2)
unique_1_stack_n(data,1:2,3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.