Question: names _ vector - c ( Josh , Karen, Kinzie ) # Inc 7 ude yc ids _ vector - c ( 8

names_vector - c("Josh", "Karen", "Kinzie") # Inc7ude yc
ids_vector - c(80,83,30) # Include your ID here
states_vector - c("MO","OK","OK") # Inc7ude your statehr_data - data.frame(names = names_vector, IDs = ids_vectyour_row - hr_data[hr_data$names == "Josh", ]
print(your_row)row_data_type - class(your_row)
print(row_data_type)id_data_type - class(your_row$IDs)
print(id_data_type)
What is wrong with this code in RStudio?
 names_vector - c("Josh", "Karen", "Kinzie") # Inc7ude yc ids_vector - c(80,83,30)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!