write_csv_file: A version of readr::write_csv() where 'file' falls back to...

View source: R/write_csv_file.R

write_csv_fileR Documentation

A version of readr::write_csv() where file falls back to path if needed

Description

A version of readr::write_csv() where file falls back to path if needed

Usage

write_csv_file(x, file, ...)

Arguments

x

A data frame or tibble to write to disk.

file

File or connection to write to. In readr < 1.4.0 the name of this argument is instead path. This wrapper helps use file regardless the version of readr.

...

Other arguments passed to readr::write_csv.


2DegreesInvesting/PACTA_analysis documentation built on April 19, 2023, 6:42 p.m.