Description Usage Arguments Details Value Examples
View source: R/cogmapr-qcoder.R
Remove codings of a QDA project
1 | RemoveCodings(project, codings_id)
|
project |
A QDA project (as created by the qcoder package) |
codings_id |
A vector of integer corresponding with the id of the codings to remove |
This function removes one or many codings of a Qualitative Data Analysis (QDA) project. The codings are listed using the 'id' of codings.
A QDA project
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)
my.cleansed.project <- RemoveCodings(my.project, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.