Skip to contents

Helper function to convert ARAD period format (YYYYMMDD) to Date object

Usage

arad_parse_date(period_string)

Arguments

period_string

Character vector of period strings

Value

Date vector

Examples

if (FALSE) { # \dontrun{
periods <- c("20231201", "20231101")
dates <- arad_parse_date(periods)
} # }