Learn R Programming

cogmapr (version 0.9.2)

ConceptIndicatorsICM: 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.

Value

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

Details

Concept Indicators of vertices by document (tidy data)

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab