Learn R Programming

epigraphdb (version 0.2.3)

meta_rels_list: List meta rels (e.g. MR, etc.)

Description

GET /meta/rels/list

Usage

meta_rels_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/rels/list

Examples

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

Run the code above in your browser using DataLab