writeToParquet-PharmacoSet-method: Convert all data in an 'PharmacoSet' object to disk as...

writeToParquet,PharmacoSet-methodR Documentation

Convert all data in an 'PharmacoSet' object to disk as .parquet files, named according to the nested location in the PharmacoSet

Description

Convert all data in an 'PharmacoSet' object to disk as .parquet files, named according to the nested location in the PharmacoSet

Usage

## S4 method for signature 'PharmacoSet'
writeToParquet(object, filePath, ...)

Arguments

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'

Note

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'


bhklab/rPharmacoDI documentation built on Oct. 31, 2022, 11:06 a.m.