RemoveCodings {cogmapr} | R Documentation |
Remove codings of a QDA project
Description
Remove codings of a QDA project
Usage
RemoveCodings(project, codings_id)
Arguments
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 |
Details
This function removes one or many codings of a Qualitative Data Analysis (QDA) project. The codings are listed using the 'id' of codings.
Value
A QDA project
Examples
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)
[Package cogmapr version 0.9.3 Index]