I've some question of R code want a answer

Job ID: 31739286

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
Related categories: R Programming Language