DeparseOption | R Documentation |
Internal function: Parse option into string
DeparseOption(option)
option |
named list, vector or single element |
String representation of object, compatible with ParseOption
MS
DeparseOption(c(1.2,3))
DeparseOption(list('RNA-seq' = c(1.2,3), 'TT-seq' = c(2,4)))
DeparseOption(list('RNA-seq' = c(TRUE,FALSE), 'TT-seq' = c(TRUE,FALSE)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.