Description Usage Arguments Examples
View source: R/split_date_data.R
Returns a list with a vector containing the first column of the dataframe as first argument and as second argument a dataframe with all the other columns.
1 |
data |
Data frame |
1 2 | tbl <- data.frame(a=1:10,b=11:20,c=21:30)
split_date_data(data=tbl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.