GET /meta/nodes/list
meta_nodes_list(mode = c("raw"))
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.
mode = "table"
tibble
tidyverse
mode = "raw"
httr
Data from GET /meta/nodes/list
## Not run: meta_nodes_list() ## End(Not run)