Write a R program to sort a given data frame by multiple column(s). code example Example: r sort data frame by one column population[order(population$age),]