I am working with a large dataset and trying to isolate certain groups of data points by column 1 values. I want to be able to work independently with each of the groups without knowing how many groups there are or the names of the groups. The image is a sample of the dataset. Is there a function to make an object for each of these unique groups with the filter on that group being unique samples in the clade column?
df <- read.csv(file.choose(), header=TRUE)