unlist_dates: Convert dates in list (data frame or list) to vector of dates

View source: R/dates.R

unlist_datesR Documentation

Convert dates in list (data frame or list) to vector of dates

Description

unlist_dates converts dates stored in data frames or lists into a vector while retaining the date format. It also unnames the dates and uses the lubridate package to convert the dates to ymd format

Usage

unlist_dates(x)

Arguments

x

Data frame or list of dates

Details

Used in scripts: Robust function: FALSE

Value

Vector of dates on "%Y-%m-%d" format


AndreSjuve/dretools documentation built on Dec. 4, 2024, 3:12 a.m.