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, 22.06.2019 12:30
What characteristic of long period comets suggest they come directly from the oort cloud?
Answers: 2
question
Computers and Technology, 22.06.2019 17:20
[a] create a class called “cycle” which has two instance integer variables as properties, “numberofwheels” and “weight.” create a constructor with two parameters, using the same variable names in the parameter list. assign each variable to numberofwheels” and “weight” respectively. write a separate application to test the class and display its properties. note: do not change the names of the instance variables or the variables listed in the constructor’s parameter list. [b] edit your class cycle by adding a default constructor which will assign the default values of 100 to represent the numberofwheels, and 1000 to represent the weight, by invoking a call to the other constructor. modify your application created in [a] to test the class.
Answers: 3
question
Computers and Technology, 23.06.2019 22:30
What would be the address of the cell, which is at the intersection of the second row and the third column in a worksheet?
Answers: 1
question
Computers and Technology, 24.06.2019 11:00
These statements describe lists in presentation programs: a. bullets can be turned off and on. b. bullets cannot be turned off. c. bullet styles, colors, and sizes can be changed. d. lists don't have to use bullets or numbers. e. numbering styles, colors, and sizes can be changed. f. numbers can be turned off and on. g. numbers cannot be turned off. select all that apply
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, 26.08.2021 06:50
question
Mathematics, 26.08.2021 06:50
question
Mathematics, 26.08.2021 06:50
question
Mathematics, 26.08.2021 06:50
question
Mathematics, 26.08.2021 06:50
question
Biology, 26.08.2021 06:50
Questions on the website: 13722367