Tag: Excel WEEKDAY in R

  • Day of the week number in R

    Day of the week number in R

    There is R base function like weekdays that can return the name of the weekday. But what if you want to get the day of the week number in R to do calculations? Here is how to do that by using one of the most popular R packages.