logo

Crowdly

If you use this R code: emp_data <- data.frame(ID = c(101,102,103), Name = c(...

✅ 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?

0%
0%
0%
100%
More questions like this

Want instant access to all verified answers on lms.flame.edu.in?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!