dsWrite | R Documentation |
Write a data source including settings of active columns to a file in binary format.
This file will be used as input in functions for generation of generative data.
dsWrite(fileName)
fileName |
Name of data source file |
None
## Not run:
dsCreateWithDataFrame(iris)
dsDeactivateColumns(c(5))
dsWrite("ds.bin")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.