In: Statistics and Probability
what does the following mean in R programming:
%d
The "format=" argument is a string consisting of codes such as %Y for a full year, %y for a 2-digit year, %m for month number, and %d for day number.
Thus, the %d is used to denote the day number in R programming.
For any queries, feel free to comment and ask.
If the solution was helpful to you, don't forget to upvote it by clicking on the 'thumbs up' button.