Nothing
#' Get News Item
#'
#' @description Getting all the news items from the database that are current.
#'
#' [GTEx Portal API
#' documentation](https://gtexportal.org/api/v2/redoc#tag/Admin-Endpoints/operation/get_news_item_api_v2_admin_newsItem_get).
#'
#' @inheritParams gtexr_arguments
#'
#' @return A tibble.
#' @export
#' @family Admin Endpoints
#'
#' @examples
#' \dontrun{
#' get_news_item()
#' }
get_news_item <- function(page = 0,
itemsPerPage = 250) {
gtex_query(endpoint = "admin/newsItem")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.