I want to extract a selective column (& its data) from a table. So what I executed was:
list <- list(sample_table$column)
but it stated a list of 1, with all of the data in 1 cell. Is there a way to classify them, so that each row will have a similar value from the original column?