stephstammel / consultthat

Automated tools to set up a new consulting project in R. Building on usethis: consultthat.
Other
18 stars 4 forks source link

switch to write and read.table #6

Open rmflight opened 6 years ago

rmflight commented 6 years ago

I see write.csv and read.csv in the code a lot, and I know it is used for simplicity, but write.table and read.table give much more control, especially if anything fishy comes up later.

Propose changing to the *.table functions with the sep = ","

stephstammel commented 6 years ago

That seems reasonable to me - future proofing basic functions is worthwhile at the start.