I've some question of R code want a answer
Budget: $30 – $250 USD
This is part 1 of question
If:
Age <-c(22, 25, 18. 20)
Name <-c("James", "Matthew", "Olivia", "Stella")
Gender <-c("M", "M", "F", "F")
Then:
What is the R-code for getting the output below?
## Age Name Gender
## 1 22 James M
## 2 25 Matthew M
If:
Age <-c(22, 25, 18. 20)
Name <-c("James", "Matthew", "Olivia", "Stella")
Gender <-c("M", "M", "F", "F")
Then:
What is the R-code for getting the output below?
## Age Name Gender
## 1 22 James M
## 2 25 Matthew M
Related categories:
R Programming Language