powered by
GET /meta/nodes/list
meta_nodes_list(mode = c("raw"))
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.
mode = "table"
tibble
tidyverse
mode = "raw"
httr
Data from GET /meta/nodes/list
# NOT RUN { meta_nodes_list() # }
Run the code above in your browser using DataLab