I have a dataframe in R that looks like this:
example <- matrix(c(1,1,2,3,3,50,90,85,80,100), ncol=2) colnames(example) <- c(\'id\', \'score\') example_