Learn R Programming

polmineR (version 0.8.9)

is_nested: 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)

Value

A logical value: FALSE is data structure is flat and TRUE if data structure is nested.

Arguments

x

A character vector with corpus ID or a corpus object.

Examples

Run this code
use("polmineR")
use("RcppCWB")

Run the code above in your browser using DataLab