Description Usage Arguments Value Examples
Remove stub from convo
1 | remove_convo_stub(convo, level, stub)
|
convo |
A |
level |
Level at which to add new entry |
stub |
Character. Stub to remove from controlled vocabulary at given level |
convo
object
1 2 3 | stubs <- list(letters[1:3], letters[4:5], letters[6:7])
convo <- create_convo(stubs)
remove_convo_stub(convo, 1, "a")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.