Learn R Programming

datapackage (version 0.2.0)

csv_writer: 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, ...)

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.

Arguments

x

data.frame with the data to write

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

...

ignored for now