sdf_read_table {sesame} | R Documentation |
read a table file to SigDF
sdf_read_table(fname, platform = NULL, ...)
fname |
file name |
platform |
array platform (will infer if not given) |
... |
additional argument to read.table |
read table file to SigDF
sesameDataCache("EPIC") # 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)