powered by
Extract all quotes of a QDA project
QuotesCMap(project)
A QDA project, a list as generated by the ProjectCMap function.
A data frame with relationships and quotes
This function creates a data frame with all quotes of a Qualitative Data Analysis (QDA) project
# NOT RUN { project_name <- "a_new_project" main_path <- paste0(system.file("testdata", package = "cogmapr"), '/') my.project <- ProjectCMap(main_path, project_name) QuotesCMap(my.project) # }
Run the code above in your browser using DataLab