View source: R/get_news_item.R
get_news_item | R Documentation |
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
)
page |
Integer (default = 0). |
itemsPerPage |
Integer (default = 250). Set globally to maximum value
100000 with |
.verbose |
Logical. If |
.return_raw |
Logical. If |
A tibble. Or a list if .return_raw = TRUE
.
Other Admin Endpoints:
get_maintenance_message()
## Not run:
get_news_item()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.