Create Script Using Rstudio Answered Except Last Problem Marked Create Variable Mybdayintr Q37124529

Create a Script using only Rstudio.

I have answered all except the last problem that is marked with##Create a variable ‘my_bday_intro” ….

I have created everything else but it is require to use theother code I made to finish that question.

## Use the `as.Date()` function to create a variable `today`that represents today’s date
## You can pass in a character string of the day you wrote this, oryou can get the current date
## Hint: check documentation for ‘Sys.time’ and ‘Sys.Date’
## Always print your results!
## Note: if you just ‘cat’ a date, it justprints the unix epochnumber. Try to ‘format’ the date like
## cat(format(date))
today

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.