| users | R Documentation |
Get openSNP users.
users(df = FALSE, ...)
df |
Return data.frame ( |
... |
Curl options passed on to crul::HttpClient |
List of openSNP users, their ID numbers, and XX if available.
Other opensnp-fxns:
allgensnp(),
allphenotypes(),
annotations(),
download_users(),
fetch_genotypes(),
genotypes(),
phenotypes_byid(),
phenotypes()
## Not run:
# 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
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.