Learn R Programming

cogmapr (version 0.9.3)

RemoveCodings: 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

Value

A QDA project

Details

This function removes one or many codings of a Qualitative Data Analysis (QDA) project. The codings are listed using the 'id' of codings.

Examples

Run this code
# 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