RemoveCodings: Remove codings of a QDA project

Description Usage Arguments Details Value Examples

View source: R/cogmapr-qcoder.R

Description

Remove codings of a QDA project

Usage

1
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

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)

cogmapr documentation built on Jan. 4, 2022, 5:06 p.m.