csv_writer: Write data of data resource to CSV-file

View source: R/csv_writer.R

csv_writerR 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

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

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 June 12, 2025, 2:44 a.m.