# NOT RUN {
phenotypes(userid=1)
phenotypes(userid='1,6,8', df=TRUE)
phenotypes(userid='1-8', df=TRUE)
# coerce to data.frame
library(plyr)
df <- ldply(phenotypes(userid='1-8', df=TRUE))
head(df); tail(df)
# pass on curl options
library("httr")
# phenotypes(1, config=c(verbose(), timeout(1)))
phenotypes(1, config=verbose())
# }
Run the code above in your browser using DataLab