Update rhandsontable by changing one cell value
问题 I have the dataframe below: DF2 = data.frame(agency_postcode = factor(rep(c(12345,45678,24124,32525,32325),2)), car_group=factor(rep(c("Microcar","City car","Supermini","Compact","SUV"),2)), transmission=factor(rep(c("automatic","manual"),5))) and after subseting it by one of the values of the 1st column newdata <- DF2[ which(DF2$agency_postcode =='12345'), ] and re-factoring in order to set accordingly the dropdown values of the second and third column to only available values after the