Convert day of week from character to date format.

I want to convert the weekday (character) such as Monday, Tuesday to date format for plotting but I get NA values instead.

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

1 Like

A weekday is not sufficient for a full date. A date needs a year, month and day. So you will need to be clear what kind of date output you are expecting.
There are some ways to achieve what you want but we need you to be more specific about your idea and what processes you are trying to use.
As @andresrcs already said, a small reprex is the ideal format to show what you have attempted so far.

This topic was automatically closed 21 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.