R-ecology-lesson
R-ecology-lesson copied to clipboard
Data Analysis and Visualization in R for Ecologists - the version at https://github.com/datacarpentry/R-ecology-lesson-alternative will be merged on 8th July 2024
Creating a New SQLite Database - to add a table to the database on disk rather than in the R environment, using copy_to(...) requires the argument temporary=FALSE - to actually...
In the Episode: “Before we start,” and under the heading “Why Learn R” - The wording in the sentence “RStudio is currently a very popular way to not only write...
This is a really great lesson, and I'm glad it includes a code handout for beginners. However, as I went to teach the lesson for my checkout, I found myself...
I have used the "Data Analysis and Visualization in R for Ecologists" lesson for several courses. Increasingly, students are bringing Google Chromebooks, which run on Google OS, to class. This...
Looking through lesson 2, I clicked on the link to download the csv file (instead of downloading it via R) and moved it to the data_raw folder. It took me...
In the [Manipulating data episode](https://datacarpentry.org/R-ecology-lesson/03-dplyr.html) it says pipes are a recent addition to R. It seems like pipes have been around since 2014. See [this](https://www.datacamp.com/community/tutorials/pipe-r-tutorial#intro) and [this](https://www.r-statistics.com/2014/08/simpler-r-coding-with-pipes-the-present-and-future-of-the-magrittr-package/).
I added a question to the challenges after the boxplot section that asks learners to reflect on the alpha parameter and its effects. It doesn't get clarified elsewhere that setting...
There's a super cool new browser-based tool called [Tidy Data Tutor](https://tidydatatutor.com/index.html) (and the Pandas version, [Pandas Tutor](https://pandastutor.com/)), which lets you visualize how a data frame changes at each step of...
Under the "Vectors and Data Types" challenge, the word "bitstream" is used. It'd be helpful if a short definition was included in parentheses next to it. I've never come across...
When working through the lesson material I noticed that what I thought of as `variables` was consistently called `objects`. Originally coming from a non `R` programming language I was slightly...