write_to_dir: function to write data to a directory

View source: R/write.R

write_to_dirR Documentation

function to write data to a directory

Description

function to write data to a directory

Usage

write_to_dir(
  l = NULL,
  output_dir = NULL,
  output_file = NULL,
  file_format = c("csv", "json"),
  file_type = c("single", "multiple")
)

Arguments

output_dir

Directory to write to.

output_file

Name of the output file.

file_format

Format of the file.

file_type

Should a single or multiple files be written?

Author(s)

Andreas Scharmueller, andschar@protonmail.com


andschar/dbreport documentation built on Dec. 8, 2022, 3:29 p.m.