is_nested {polmineR} | R Documentation |
Check whether s-attributes of corpus are nested
Description
Simple test whether the attribute size of all s-attributes of a corpus is identical (flat import XML) or not (nested import XML).
Usage
is_nested(x)
Arguments
x |
A |
Value
A logical
value: FALSE
is data structure is flat and TRUE
if
data structure is nested.
Examples
use("polmineR")
use("RcppCWB")
[Package polmineR version 0.8.9 Index]