import_annotations_file | R Documentation |
Process tibble of annotation file contents
import_annotations_file(anno_file, content, info)
anno_file |
output of |
content |
vector: first and last column of content; default 2 to end |
info |
column containing information; default none |
E.PAGE-specific imported annotations
## Not run: anno_path <- system.file("extdata", "ex_anno.csv", package = "E.PAGE") anno_file <- import_delim_path(anno_path, ",", TRUE) anno <- import_annotations_file(anno_file, c(2, 4), 5) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.