Remove stub from convo

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

stubs <- list(letters[1:3], letters[4:5], letters[6:7]) convo <- create_convo(stubs) remove_convo_stub(convo, 1, "a")
#> Level 1 #> - b #> - c #> Level 2 #> - d #> - e #> Level 3 #> - f #> - g