if (FALSE) {
# just the list
data <- users(df = FALSE)
data
# get a data.frame of the users data
data <- users(df = TRUE)
data[[1]] # users with links to genome data
data[[2]] # users without links to genome data
}
Run the code above in your browser using DataLab