To select two columns from a data frame called Clients, which of the following expressions is correct?

To select two columns from a data frame called Clients, which of the following expressions is correct?



Answer: Clients[,c(1,2)]


Learn More :

Data Analytics

Learn More Multiple Choice Question :