subject

Ihave this exercise about date operations in r: consider a data frame strdates having values 01/05/1965, 08/16/1975. convert this to different date formats like month/date/year, year-month-date. this is my answer, but i don't know what's wrong: strdates < - c("01/05/1965", "08/16/1975") strdates < - as. date(strdates, format = "%m/%d/%y") format(strdates, "%m/%d/%y") format(strdates, "%y-%m-%d")

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 21:40
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings. for each match, add one point to user_score. upon a mismatch, end the game. sample output with inputs: 'rrgbryybgy' 'rrgbbrybgy'
Answers: 3
question
Computers and Technology, 24.06.2019 14:30
Which computer network component connects two different networks together and allows them to communicate? a is a node (or a device) that connects two different networks together and allows them to communicate.
Answers: 1
question
Computers and Technology, 24.06.2019 20:20
3. write assignment statements that perform the following operations with the variables a, b, and c: a. adds 2 to a and assigns the result to b b. multiplies b times 4 and assigns the result to a c. divides a by 3.14 and assigns the result to b
Answers: 2
question
Computers and Technology, 24.06.2019 22:50
Which of these might be an example of an advertiser's target group? a.people who have no access to media b.people the advertisers know nothing about c. people who watch a variety of tv shows d. people who live in the same region of the country
Answers: 2
You know the right answer?
Ihave this exercise about date operations in r: consider a data frame strdates having values 01/05...
Questions
question
Mathematics, 19.12.2020 14:00
question
Mathematics, 19.12.2020 14:00
question
History, 19.12.2020 14:00
question
Physics, 19.12.2020 14:00
question
Mathematics, 19.12.2020 14:00
question
Mathematics, 19.12.2020 14:00