Description Usage Format Value Fields Methods Examples
R6 Object to wrap Spark connection
1 |
R6Class
object.
Object of R6Class
with methods for reading/writing Parquet on S3.
bucket
A R6S3 function that generates a target bucket
df
A data.frame to process
location
character
Of the location relative to the bucket root (allowing for the root prefix of spark-storage) to interact with
new(bucket)
This method is used to create object of this class with bucket
as the target bucket.
write_parquet(df, location, mode = "overwrite", ...)
This method is used to create object of this class with bucket
as the target bucket.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.