Learn R Programming

gtexr (version 0.2.1)

get_service_info: Get Service Info

Description

General information about the GTEx service.

GTEx Portal API documentation.

Usage

get_service_info(.return_raw = FALSE)

Value

A tibble. Or a list if .return_raw = TRUE.

Arguments

.return_raw

Logical. If TRUE, return the raw API JSON response. Default = FALSE

Examples

Run this code
if (FALSE) { # identical(Sys.getenv("IN_PKGDOWN"), "true")
get_service_info()
}

Run the code above in your browser using DataLab