powered by
Getting all the news items from the database that are current.
GTEx Portal API documentation.
get_news_item( page = 0, itemsPerPage = getOption("gtexr.itemsPerPage"), .verbose = getOption("gtexr.verbose"), .return_raw = FALSE )
A tibble. Or a list if .return_raw = TRUE.
.return_raw = TRUE
Integer (default = 0).
Integer (default = 250). Set globally to maximum value 100000 with options(list(gtexr.itemsPerPage = 100000)).
options(list(gtexr.itemsPerPage = 100000))
Logical. If TRUE (default), print paging information. Set to FALSE globally with options(list(gtexr.verbose = FALSE)).
TRUE
FALSE
options(list(gtexr.verbose = FALSE))
Logical. If TRUE, return the raw API JSON response. Default = FALSE
Other Admin Endpoints: get_maintenance_message()
get_maintenance_message()
if (FALSE) { # identical(Sys.getenv("IN_PKGDOWN"), "true") get_news_item() }
Run the code above in your browser using DataLab