✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
If you use this R code:
emp_data <- data.frame(ID = c(101,102,103), Name = c("John","Sara","Mike"), Salary = c(50000,60000,55000))
high_salary <- subset(emp_data, Salary > 55000)
print(high_salary$Name)
What will be the output?
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!