write_csv_rla: Generate CSV Files in RLA-Friendly Format

Description Usage Arguments Examples

View source: R/outputs.R

Description

Generates CSV files with CRLF line endings, '""' for 'NA' values, and no row numbers. Intended for files to be uploaded to RLA. .txt or .csv endings may be used.

Usage

1
write_csv_rla(df, filename)

Arguments

df

Data fame to be written to.

filename

File path and filename to write file to.

Examples

1
2
write_csv_rla(billing_df, "~/Desktop/billing_df.txt")
write_csv_rla(df, filename)

convo/convor documentation built on Nov. 4, 2019, 9:12 a.m.