csvSave: Save a table to csv

View source: R/save.R

csvSaveR Documentation

Save a table to csv

Description

Save a table to csv

Usage

csvSave(
  ...,
  target = targetname(),
  ext = "Rout.csv",
  writeFun = readr::write_csv
)

Arguments

...

arguments to write_csv (typically, name of variable to save)

target

stem of file to save to (defaults to name from call)

ext

file extension (.Rout.csv)

writeFun

function for writing


dushoff/shellpipes documentation built on Dec. 14, 2024, 4:36 p.m.