remove_convo_stub: Remove stub from convo

Description Usage Arguments Value Examples

View source: R/create.R

Description

Remove stub from convo

Usage

1
remove_convo_stub(convo, level, stub)

Arguments

convo

A convo object

level

Level at which to add new entry

stub

Character. Stub to remove from controlled vocabulary at given level

Value

convo object

Examples

1
2
3
stubs <- list(letters[1:3], letters[4:5], letters[6:7])
convo <- create_convo(stubs)
remove_convo_stub(convo, 1, "a")

emilyriederer/convo documentation built on Oct. 5, 2021, 4:08 p.m.