Skip to contents

A wrapper for read_source() that can be used in an annotation workflow to import an annotation source.

Usage

import_source(...)

Arguments

...

Additional slots and values passed to struct_class.

Value

A import_source object with the following output slots:

imported(annotation_source) The annotation_source after importing the data.

Inheritance

A import_source object inherits the following struct classes:

[import_source] -> [model] -> [struct_class]

Examples

M = import_source()