powered by
Convert 'ddo' / 'ddf' objects between different storage backends
convert(from, to, overwrite = FALSE)
a 'ddo' or 'ddf' object
a 'kvConnection' object (created with localDiskConn or hdfsConn) or NULL if an in-memory 'ddo' / 'ddf' is desired
localDiskConn
hdfsConn
NULL
should the data in the location pointed to in to be overwritten?
to
# NOT RUN { d <- divide(iris, by = "Species") # convert in-memory ddf to one stored on disk dl <- convert(d, localDiskConn(tempfile(), autoYes = TRUE)) dl # }
Run the code above in your browser using DataLab