ConceptIndicatorsICM {cogmapr}R Documentation

Concept Indicators of vertices by document (tidy data)

Description

Concept Indicators of vertices by document (tidy data)

Usage

ConceptIndicatorsICM(project, doc_id = "all")

Arguments

project

A QDA project, a list as generated by the ProjectCMap function.

doc_id

"all" (default) or the ID of document to include.

Details

Concept Indicators of vertices by document (tidy data)

Value

A data frame (tidy data) with all indicators, their values by document (ICM)

Examples

project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)

ConceptIndicatorsICM(my.project)
ConceptIndicatorsICM(my.project, 2)

[Package cogmapr version 0.9.3 Index]