writeToCsv,PharmacoSet-method | R Documentation |
Convert all data in an 'PharmacoSet' object to disk as .csv files, named per
## S4 method for signature 'PharmacoSet' writeToCsv(object, filePath)
object |
['S4'] An object inheriting from the 'CoreGx::CoreSet' class, such as a 'PharmacoSet', 'RadioSet', 'ToxicoSet'. |
filePath |
['character'] The path to which the .csv files will be written |
This function will create a directory with the same name as the 'object' being written to .csv, unless one already exists. The 'filePath' is automatically appended with the object name, therefore it is not necssary to specify the object name in 'filePath'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.