R/phenotype_playlist.R
get_playlist.Rd
Get playlist in the current project based on the playlist's name OR id.
get_playlist(name = NULL, id = NULL, conn)
Playlist name
Playlist id
gor connection structure, create it using platform_connect
A playlist object
if (FALSE) {
api_key <- Sys.getenv("GOR_API_KEY")
project <- Sys.getenv("GOR_PROJECT")
conn <- platform_connect(api_key, project)
playlist <- get_playlist(id=1, conn)
}