camr_write_csv: Write a CSV file with the standard options.

View source: R/R00-Utilities_and_operators.R

camr_write_csvR Documentation

Write a CSV file with the standard options.

Description

[Experimental]

Usage

camr_write_csv(
  df_x,
  chr_filename,
  row.names = FALSE,
  na = "",
  lgl_literal = FALSE
)

Arguments

df_x

A dataframe to be written.

chr_filename

A dataframe, with columns following the CAM naming convention.

...

Additional arguments to write.csv(),

Details

The provided filename will be expanded with camr_name_file.


rettopnivek/camrprojects documentation built on March 26, 2024, 9:17 a.m.