csv_write: Write data of data resource to CSV-file

View source: R/csv_write.R

csv_writeR Documentation

Write data of data resource to CSV-file

Description

Write data of data resource to CSV-file

Usage

csv_write(x, resourcename, datapackage, use_fwrite = FALSE, ...)

Arguments

x

data.frame with the data to write

resourcename

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 fwrite from the data.table package.

...

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.


djvanderlaan/datapackage documentation built on March 18, 2024, 4:57 p.m.