converting from string to date getting the error

image

library(lubridate)
#> 
#> Attaching package: 'lubridate'
#> The following objects are masked from 'package:base':
#> 
#>     date, intersect, setdiff, union
the_string <- "2022-10-12"
ymd(the_string) |> str()
#>  Date[1:1], format: "2022-10-12"

Created on 2022-10-12 with reprex v2.0.2

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.