nceas-coding-club / nceas-coding-club.github.io

data-science-chats collaborative website created using Quarto as a way of learning Quarto together!
https://nceas-coding-club.github.io/
5 stars 2 forks source link

For loops can sequence through non-number sequences #20

Closed theamarks closed 2 years ago

theamarks commented 2 years ago

I did not know this until a couple of weeks ago. It blew my mind and allowed me to loop through designated column names. Not sure if this is a "best practice" but helped me have a deeper understanding of the function.

njlyon0 commented 2 years ago

This is so fun! I'll tackle this data byte if that's okay with others

njlyon0 commented 2 years ago

Created a first draft of this byte and submitted a pull request! See here: https://github.com/nceas-coding-club/nceas-coding-club.github.io/pull/21

njlyon0 commented 2 years ago

Draft is merged so closing this issue now!