Skip to contents

Getting all the news items from the database that are current.

GTEx Portal API documentation.

Usage

get_news_item(page = 0, itemsPerPage = 250)

Arguments

page

Integer (default = 0).

itemsPerPage

Integer (default = 250).

Value

A tibble.

See also

Other Admin Endpoints: get_maintenance_message()

Examples

# \dontrun{
get_news_item()
#> 
#> ── Paging info ─────────────────────────────────────────────────────────────────
#>  numberOfPages = 1
#>  page = 0
#>  maxItemsPerPage = 250
#>  totalNumberOfItems = 23
#> # A tibble: 23 × 6
#>    title                                newsText  rank dateCreated release    id
#>    <chr>                                <chr>    <int> <chr>       <chr>   <int>
#>  1 New Top 50 Expressed Genes Visualiz… "The GT…   240 2018-04-04  news_i…   240
#>  2 New Multi-Gene Query Visualization   "The GT…   250 2018-04-04  news_i…   250
#>  3 New eQTL Dashboard Visualization     "The GT…   260 2018-04-04  news_i…   260
#>  4 Video Tutorial for the Gene-eQTL Vi… "Watch …   270 2018-04-05  news_i…   270
#>  5 Access GTEx Biospecimens Here        "We hav…   280 2018-05-10  news_i…   280
#>  6 Access GTEx Data Programmatically w… "You ca…   290 2018-09-20  news_i…   290
#>  7 Reuse GTEx Visualizations On Your W… "You ca…   300 2018-09-20  news_i…   300
#>  8 Use The GTEx Portal On Your Phone    "We hav…   310 2018-09-20  news_i…   310
#>  9 GTEx Portal Visualizations Updated   "We hav…   320 2018-12-06  news_i…   320
#> 10 Help Us Help You: New Feature Survey "PLEASE…   331 2019-02-06  news_i…   331
#> # ℹ 13 more rows
# }