sdf_write_table | R Documentation |
write SigDF to table file
sdf_write_table(sdf, ...)
sdf |
the |
... |
additional argument to write.table |
write SigDF to table file
sesameDataCache() # if not done yet
sdf <- sesameDataGet('EPIC.1.SigDF')
sdf_write_table(sdf, file=sprintf("%s/sigdf.txt", tempdir()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.