Remove codings of a QDA project
RemoveCodings(project, codings_id)
A QDA project (as created by the qcoder package)
A vector of integer corresponding with the id of the codings to remove
A QDA project
This function removes one or many codings of a Qualitative Data Analysis (QDA) project. The codings are listed using the 'id' of codings.
# NOT RUN {
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)
# }
Run the code above in your browser using DataLab