tibbles: Extracting tibbles from A mapfile

tibblesR Documentation

Extracting tibbles from A mapfile

Description

These three functions extract tables of factors, links or statements from a mapfile.

Usage

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)

Arguments

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.'

Value

A tibble.


stevepowell99/CausalMapFunctions documentation built on Oct. 12, 2023, 11:13 a.m.