split_date_data: Split date vector from dataframe

Description Usage Arguments Examples

View source: R/split_date_data.R

Description

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.

Usage

1

Arguments

data

Data frame

Examples

1
2
tbl <- data.frame(a=1:10,b=11:20,c=21:30)
split_date_data(data=tbl)

yForecasting/leadingindicators documentation built on Dec. 12, 2021, 3:09 p.m.