Skip to contents

Imports a QSM created by treegraph

Usage

import_treegraph(filename)

Arguments

filename

a treegraph .json file

Value

Returns a list

References

treegraph2rTwig

treegraph1rTwig

Examples

if (FALSE) { # \dontrun{

# Import a treegraph QSM
qsm <- import_treegraph("path/to/json/file")
} # }