R/formats.R
files_daf.Rd
This function creates a Daf object that stores data in disk files. See the Julia documentation for details.
files_daf(path, mode = "r", name = NULL)
Path to the files storage location
Mode to open the storage ("r" for read-only, "r+" for read-write)
Optional name for the Daf object
A Daf object with file-based storage