Learn R Programming

epigraphdb (version 0.2.3)

meta_nodes_list: List meta nodes (e.g. Gwas, Gene, etc.)

Description

GET /meta/nodes/list

Usage

meta_nodes_list(mode = c("raw"))

Arguments

mode

If mode = "table", returns a data frame (a tibble as per tidyverse convention). If mode = "raw", returns a raw response from EpiGraphDB API with minimal parsing done by httr.

Value

Data from GET /meta/nodes/list

Examples

Run this code
# NOT RUN {
meta_nodes_list()
# }

Run the code above in your browser using DataLab