[Solved] strptime returning NA values [closed]


The format argument you give should reflect the format that the data is currently in, not the format that you want to convert it to, so you would have to set format = "%Y-%m-%d". Read the documentation on strptime again and it should make sense.

1

solved strptime returning NA values [closed]