tibbles | R Documentation |
These three functions extract tables of factors, links or statements from a mapfile.
factors_table(graf)
links_table(graf)
statements_table(graf, filter = T)
sources_table(graf, filter = T)
questions_table(graf, filter = T)
settings_table(graf)
links_table_full(graf)
graf |
A mapfile representing a causal map. A mapfile is a tidygraph, which consists of a table of edges linked to a table of nodes, with an optional additional table of statements. In this package, nodes are called 'factors' and edges are called 'links.' |
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.