Description Usage Arguments Details Value Examples
View source: R/cogmapr-quotes.R
Extract all quotes of a QDA project
1 | QuotesCMap(project)
|
project |
A QDA project, a list as generated by the ProjectCMap function. |
This function creates a data frame with all quotes of a Qualitative Data Analysis (QDA) project
A data frame with relationships and quotes
1 2 3 4 5 | project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)
QuotesCMap(my.project)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.