You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reading through the intro R lesson section about reading and writing files, I do not see a discussion about the quote=T/F argument. As a novice, I never understood why the files I wrote had all of the values quoted. Is there a reason this is not discussed or used here?
The text was updated successfully, but these errors were encountered:
that is an interesting question! Because git log --oneline | grep "quote" or "csv" don't provide a (to me) obvious answer, I presume it is expected that
a) either 11-supp-read-write-csv clarifies it, or
b) learners read through help(read.csv) and talk about the parameters relevant to them with instructors and helpers.
Do you think that we should point novices to the fact that the " or ' in the .csv being the remnants of R having considered those values as being a string? Equivalent to those quotes being used when defining strings within R.
What other parameter discussion would you find less important? The lesson is already quite full, so we'd have to remove something else if we add something about this.
I agree that the lesson is quite full. In thinking that way, pointing novices to the fact that quotes are remnants of strings will be sufficient. If they know this then it should be easy to google and fix the problem if they see it.
In reading through the intro R lesson section about reading and writing files, I do not see a discussion about the quote=T/F argument. As a novice, I never understood why the files I wrote had all of the values quoted. Is there a reason this is not discussed or used here?
The text was updated successfully, but these errors were encountered: