import_hierarchy {textAnnotatoR} | R Documentation |
Import code hierarchy from JSON format
Description
Reconstructs a code hierarchy tree structure from its JSON string representation, restoring all node properties and relationships.
Usage
import_hierarchy(json_string)
Arguments
json_string |
JSON string representation of the hierarchy |
Value
Node object representing the reconstructed hierarchy
[Package textAnnotatoR version 0.1.4 Index]