if (FALSE) {
# return single vector of all unique features
all_features <- Features(x = object, by_dataset = FALSE)
# return list of vectors containing features from each individual dataset in object
dataset_features <- Features(x = object, by_dataset = TRUE)
}
Run the code above in your browser using DataLab