Consider a data frame with fields Name, Age, Salary, No_Yrs_Exp, Bank Write R code to perform the following: i. Display
Posted: Tue Jul 12, 2022 8:06 am
Consider a data frame with fields Name, Age, Salary, No_Yrs_Exp, Bank Write R code to perform the following: i. Display age of persons with top 10 salaries. ii. Display names of persons whose salary is more than Rs. 10,000. iii. Add a new field department to the data frame and display only those rows where department is either 'CS' or 'ECE'. spinnet N