This question already has an answer here:
table <- data_frame(summary(data1))
table_new <- spread(table, Var2, Freq)
However, I get the error. Please anyone help me explain the error and solve it. Thanks
This question already has an answer here:
table <- data_frame(summary(data1))
table_new <- spread(table, Var2, Freq)
However, I get the error. Please anyone help me explain the error and solve it. Thanks