read_output | R Documentation |
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()
read_output(directory, drop_event_id = TRUE)
directory |
The path of the data. |
drop_event_id |
Whether to drop the event_id column or not. |
A data.frame of annotated data, one row per variable per event
## Not run: read_output("path/to/your/downloaded/data/directory") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.