dsRead | R Documentation |
Read a data source from a file in binary format
dsRead(fileName)
fileName |
Name of data source file |
None
## Not run:
dsCreateWithDataFrame(iris)
dsDeactivateColumns(c(5))
dsWrite("ds.bin")
dsRead("ds.bin")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.