Convert a date type to the 'SLF numeric format'
Source:R/convert_date_types.R
convert_date_to_numeric.RdConvert a date to the 'SLF numeric format' - YYYYMMDD
Examples
convert_date_to_numeric(as.Date("2021-03-31"))
#> [1] 20210331
R/convert_date_types.R
convert_date_to_numeric.RdConvert a date to the 'SLF numeric format' - YYYYMMDD
convert_date_to_numeric(as.Date("2021-03-31"))
#> [1] 20210331