Practicing the same naming convention would also increase accessibility for learners with disabilities. For example, distinguishing between UPPERCASE and lowercase letters can be a challenging task for learners with visual impairment.
It might also be useful to state that, in R, variable is also referred to as an object. Beginners in R might find these terms a bit confusing if not prperly addressed.
Hello:
This contribution is for instructor training.
Although the instruction states a typical conventions for naming variables (http://swcarpentry.github.io/r-novice-inflammation/01-starting-with-data/index.html), it would be great for R newcomers to state that R is case sensitive, so a variable with
A
anda
are different variables. I did not see this detail in the lesson.Practicing the same naming convention would also increase accessibility for learners with disabilities. For example, distinguishing between
UPPERCASE
andlowercase
letters can be a challenging task for learners with visual impairment.