Description Usage Arguments Value Examples
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()
1 | 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
1 2 3 4 | ## 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.