These data tutorials complement the spatio-temporal lessons (raster and vector) in R lessons. These lessons are close to being published on the neondataskills.org website.
When reading in files we most often usestringsAsFactors = FALSE. This setting will ensure that non-numeric data (strings) are not converted to factors. Factors are non-numerical data that can be numerically interpreted and may have a level associated with them.
I think this definition will be challenging for a beginner to understand. let's find a better one. Just making an issue so we can move on but come back to it.
I'd also like to review that explanation a bit more closely. it's a bit of a tangent so early on in the lesson but also important.
in Lesson 00 - line 137
When reading in files we most often use
stringsAsFactors = FALSE. This setting will ensure that non-numeric data (strings) are not converted to factors. Factors are non-numerical data that can be numerically interpreted and may have a level associated with them.
I think this definition will be challenging for a beginner to understand. let's find a better one. Just making an issue so we can move on but come back to it.
I'd also like to review that explanation a bit more closely. it's a bit of a tangent so early on in the lesson but also important.