Description Usage Arguments Value Examples
Check for a section existence in a nested list
1 | .checkSection(object, sectionNames)
|
object |
list to inspect |
sectionNames |
vector or characters with sectio names to check for |
logical indicating whether the sections where found in the list
1 2 3 | l = list(a=list(b="test"))
.checkSection(l,c("a","b"))
.checkSection(l,c("c","b"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.