data_overview | R Documentation |
This function makes it easy to get an overview of available data:
table_data()
returns a tibble with details of the
network datasets included in the packages.
table_data(..., pkg = c("manynet", "migraph"))
... |
Network marks, e.g. directed, twomode, or signed, that are used to filter the results. |
pkg |
String, name of the package. |
table_data()
# to obtain list of all e.g. directed networks:
table_data(pkg = "manynet", directed)
# to obtain overview of unique datasets:
table_data() %>%
dplyr::distinct(directed, weighted, twomode, signed,
.keep_all = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.