
Takes an annotation object and stores it as a set of files in a local
directory. These are stored as plain-text csv files with column headers.
To save as a compressed format, instead directly call the function
saveRDS
.
write_annotation(annotation, output_dir)
annotation file being stored
path to the directory where the files will be saved
# NOT RUN {
write_annotation(annotation, "/path/to/annotation")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab