writeToParquet,PharmacoSet-method | R Documentation |
Convert all data in an 'PharmacoSet' object to disk as .parquet files, named according to the nested location in the PharmacoSet
## S4 method for signature 'PharmacoSet' writeToParquet(object, filePath, ...)
object |
['S4'] An object inheriting from the 'CoreGx::CoreSet' class, such as a 'PharmacoSet', 'RadioSet', 'ToxicoSet' or 'XevaSet'. |
filePath |
['character'] The path to which the .parquet files will be written |
... |
'pairlist' Fall through arguments to all instances of 'arrow::write_parquet' |
This function will create a directory with the same name as the 'object' being written to .parquet, unless one already exists. The 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.