datacarpentry / R-ecology-lesson

Data Analysis and Visualization in R for Ecologists
https://datacarpentry.org/R-ecology-lesson/
Other
314 stars 508 forks source link

small typos in 'Starting with data' #732

Closed ericward closed 3 years ago

ericward commented 3 years ago

Two small typos in 'Starting with data' (bold for emphasis on errors):

"For instance, the character encoding, control characters used for line ending, date format (if the date is not splitted into three variables)"

Should be:

"For instance, the character encoding, control characters used for line ending, date format (if the date is not split into three variables)"

And:

"Using str(), We can confirm that our data frame has a separate column for day, month, and year, and that each contains integer values"

should be

Using str(), we can confirm that our data frame has a separate column for day, month, and year, and that each contains integer values