Write data of data resource to CSV-file
csv_writer(x, resource_name, datapackage, use_fwrite = FALSE, ...)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.
data.frame with the data to write
name of the data resource in the data package.
the Data Package to which the file should be written.
write the file using fwrite from the
data.table package.
ignored for now