read_output: Read annotation output into R

Description Usage Arguments Value Examples

Description

Convenience function which reads and joins annotation results spread across multiple files for space efficiency. To run this function, please first download annotated data first using download_annotation()

Usage

1
read_output(directory, drop_event_id = TRUE)

Arguments

directory

The path of the data.

drop_event_id

Whether to drop the event_id column or not.

Value

A data.frame of annotated data, one row per variable per event

Examples

1
2
3
4
## Not run: 
read_output("path/to/your/downloaded/data/directory")

## End(Not run)

rstoat documentation built on Nov. 10, 2021, 9:07 a.m.