make_csv: write.csv with more useful Defaults

View source: R/make_csv.R

make_csvR Documentation

write.csv with more useful Defaults

Description

Replicates functionality of write.csv but with default options na = ", row.names = F, and quote = F

Currently the function just calls write.csv with desired default options set

Usage

make_csv(data, file)

Arguments

data

data frame to output to csv

file

name of the file to write to

Value

file

Examples

coming soon

Ajfrick/ajfhelpR documentation built on June 30, 2023, 12:56 a.m.