write_input_file: Write Data Frame to CSV File

Description Usage Arguments

View source: R/utils.R

Description

Write Data Frame to CSV File

Usage

1
write_input_file(x, file, context = deparse(substitute(x)), sep = ";")

Arguments

x

data frame to be written to CSV file

file

full path to target file

context

text describing the kind of data that is written. This text will appear in the debug message

sep

column separator, default: ";"


KWB-R/kwb.flusshygiene.app documentation built on July 18, 2021, 2:55 p.m.