Description Usage Arguments Details Value Examples
View source: R/cogmapr-indic.R
Concept Indicators of vertices by document (tidy data)
| 1 | ConceptIndicatorsICM(project, doc_id = "all")
 | 
| project | A QDA project, a list as generated by the ProjectCMap function. | 
| doc_id | "all" (default) or the ID of document to include. | 
Concept Indicators of vertices by document (tidy data)
A data frame (tidy data) with all indicators, their values by document (ICM)
| 1 2 3 4 5 6 | 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.