meta_nodes_list {epigraphdb}R Documentation

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

## Not run: 
meta_nodes_list()

## End(Not run)

[Package epigraphdb version 0.2.3 Index]