read_output: Read annotation output into R

read_outputR Documentation

Read annotation output into R

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

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

## Not run: 
read_output("path/to/your/downloaded/data/directory")

## End(Not run)

MapofLife/rstoat documentation built on Jan. 23, 2023, 4:37 p.m.