csv_writer {datapackage} | R Documentation |
Write data of data resource to CSV-file
Description
Write data of data resource to CSV-file
Usage
csv_writer(x, resource_name, datapackage, use_fwrite = FALSE, ...)
Arguments
x |
|
resource_name |
name of the data resource in the data package. |
datapackage |
the Data Package to which the file should be written. |
use_fwrite |
write the file using |
... |
ignored for now |
Value
The function doesn't return anything. It is called for it's side effect of creating CSV-files in the directory of the data package.
[Package datapackage version 0.2.3 Index]