Skip to contents

Import an data from e.g. a raw file and parse it into an annotation_source() object.

Usage

read_source(obj, ...)

Arguments

obj

an annotation_source() object

...

not currently used

Value

an annotation_table(), annotation_library() or annotation_database() object

Examples

# prepare source
CD <- cd_source(
    source = system.file(
        paste0("extdata/MTox/CD/HILIC_POS.xlsx"),
        package = "MetMashR"
    )
)