View source: R/helper_functions.R
validPath | R Documentation |
This helper function can be used by other functions to validate user 'corpora' parameter values passed to the query functions.
validPath(targetPath)
targetPath |
Vector of strings representing path to validate in pathTree. |
validPath(c('childes', 'childes', 'Clinical'));
validPath(c('childes', 'childes', 'somethingThatDoesNotExist'));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.