sdf_read_table | R Documentation |
read a table file to SigDF
sdf_read_table(fname, platform = NULL, verbose = FALSE, ...)
fname |
file name |
platform |
array platform (will infer if not given) |
verbose |
print more information |
... |
additional argument to read.table |
read table file to SigDF
sesameDataCache() # if not done yet
sdf <- sesameDataGet('EPIC.1.SigDF')
fname <- sprintf("%s/sigdf.txt", tempdir())
sdf_write_table(sdf, file=fname)
sdf2 <- sdf_read_table(fname)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.