QuotesIndCMap: Extract all quotes of a document (or an Individual Cognitive...

View source: R/cogmapr-quotes.R

QuotesIndCMapR Documentation

Extract all quotes of a document (or an Individual Cognitive Map)

Description

Extract all quotes of a document

Usage

QuotesIndCMap(project, doc.id)

Arguments

project

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

doc.id

The id of a document (id of documents can be found in the data frame "documents" in the QDA project)

Details

This function creates a data frame with all quotes of a one document of a Qualitative Data Analysis (QDA) project

Value

A data frame with relationships and quotes

Examples

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

QuotesIndCMap(my.project, 2)

cogmapr documentation built on Jan. 26, 2026, 5:08 p.m.