.writeAnnotationToTxt | R Documentation |
Each list item is one line, lines in each item are separated with 'sepChar' so they can be split into to their original stucture.
.writeAnnotationToTxt( annotations, dsType, filePath, objectName, sepChar = "|||" )
annotations |
'list' Annotations as returned by the 'annotaiton' function |
dsType |
'character(1)' |
filePath |
'character(1)' The path to save the output file to. |
objectName |
'character(1)' The name of the PSet the annotations are from. |
sepChar |
'character(1)' Separator to use when pasting together multiple lines of a list item. |
Writes to disk, does not return.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.