View source: R/simpleCatalogueSimulationLib.R
saveSimulatedData | R Documentation |
Function that can be used to save to file a dataset simulated with the simpleCatalogueSimulation function.
saveSimulatedData(simObj, simDir, saveAsPlainText = T)
simObj |
object returned by the simpleCatalogueSimulation function |
simDir |
directory where the simulated data should be stored |
saveAsPlainText |
if TRUE data will be saved as plain text, in tab separated table format, while if FALSE data will be saved as R object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.