Chapter 2 Writing data to file
2.1 Write to CSV
write_csv() is found in the readr package (part of tidyverse) and is an improved version of the base R function write.csv().
Use the na argument to specify how NULL or NA values should be represented.
write_csv() is found in the readr package (part of tidyverse) and is an improved version of the base R function write.csv().
Use the na argument to specify how NULL or NA values should be represented.