Skip to contents

Code lineage from agreement titles

Usage

code_lineage(title = NULL, database = NULL)

Arguments

title

A title column for agreements

database

A database from the many packages ecosystem.

Value

A list of lineages that combines agreement area and agreement action.

Examples

if (FALSE) {
code_lineage(title = sample(manyenviron::agreements$IEADB$Title, 30))
code_lineage(database = manyenviron::texts)
}