as_fileMDB.chMDB {TKCat} | R Documentation |
Write an MDB object
Description
Write an MDB object
Usage
## S3 method for class 'chMDB'
as_fileMDB(
x,
path,
readParameters = list(delim = "\t", na = "<NA>"),
htmlModel = TRUE,
compress = TRUE,
by = 10^5,
...
)
## S3 method for class 'fileMDB'
as_fileMDB(
x,
path,
readParameters = list(delim = "\t", na = "<NA>"),
htmlModel = TRUE,
compress = TRUE,
by = 10^5,
...
)
as_fileMDB(
x,
path,
readParameters = list(delim = "\t", na = "<NA>"),
htmlModel = TRUE,
compress = TRUE,
by = 10^5,
...
)
## S3 method for class 'memoMDB'
as_fileMDB(
x,
path,
readParameters = list(delim = "\t", na = "<NA>"),
htmlModel = TRUE,
compress = TRUE,
by = 10^5,
...
)
## S3 method for class 'metaMDB'
as_fileMDB(
x,
path,
readParameters = list(delim = "\t", na = "<NA>"),
htmlModel = TRUE,
compress = TRUE,
by = 10^5,
...
)
Arguments
x |
an MDB object |
path |
the path where the MDB should be written |
readParameters |
The following parameters are currently supported:
|
htmlModel |
a logical. If TRUE (default) the model is also plotted in an html file. |
compress |
a logical specifying whether saving data is to use "gzip" compression (default: TRUE) |
by |
the size of the batch: number of records to write together (default: 10^5) |
... |
method specific parameters |
Value
A fileMDB object.