View source: R/data_interface.R
spark_write_rds | R Documentation |
Write Spark dataframe to RDS files. Each partition of the dataframe will be exported to a separate RDS file so that all partitions can be processed in parallel.
spark_write_rds(x, dest_uri)
x |
A Spark DataFrame to be exported |
dest_uri |
Can be a URI template containing 'partitionId' (e.g.,
|
A tibble containing partition ID and RDS file location for each partition of the input Spark dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.