-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
talk about "class" rather than "mode" or "typeof" #55
Comments
fmichonneau
changed the title
talk about "class" rather than "mode"
talk about "class" rather than "mode" or "typeof"
May 31, 2019
Is there a particular lesson/example (line number) you had in mind that would help elaborate this clarification? |
@JasonJWilliamsNY I think this pertains to your lessons (1-3) |
JasonJWilliamsNY
added a commit
to JasonJWilliamsNY/genomics-r-intro
that referenced
this issue
Apr 10, 2024
naupaka
added a commit
to JasonJWilliamsNY/genomics-r-intro
that referenced
this issue
Apr 10, 2024
naupaka
added a commit
that referenced
this issue
Apr 10, 2024
Add challenges and explanations on classes and modes for #55
Closed via #273 |
github-actions bot
pushed a commit
that referenced
this issue
Apr 10, 2024
Auto-generated via {sandpaper} Source : ba5df88 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2024-04-10 16:53:44 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 2202d7c Branch : main Author : Naupaka Zimmerman <naupaka@gmail.com> Time : 2024-04-10 16:52:17 +0000 Message : Merge pull request #273 from JasonJWilliamsNY/patch-for-#55 Add challenges and explanations on classes and modes for #55
github-actions bot
pushed a commit
that referenced
this issue
Apr 16, 2024
Auto-generated via {sandpaper} Source : ba5df88 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2024-04-10 16:53:44 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 2202d7c Branch : main Author : Naupaka Zimmerman <naupaka@gmail.com> Time : 2024-04-10 16:52:17 +0000 Message : Merge pull request #273 from JasonJWilliamsNY/patch-for-#55 Add challenges and explanations on classes and modes for #55
github-actions bot
pushed a commit
that referenced
this issue
Apr 23, 2024
Auto-generated via {sandpaper} Source : ba5df88 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2024-04-10 16:53:44 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 2202d7c Branch : main Author : Naupaka Zimmerman <naupaka@gmail.com> Time : 2024-04-10 16:52:17 +0000 Message : Merge pull request #273 from JasonJWilliamsNY/patch-for-#55 Add challenges and explanations on classes and modes for #55
github-actions bot
pushed a commit
that referenced
this issue
Apr 30, 2024
Auto-generated via {sandpaper} Source : ba5df88 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2024-04-10 16:53:44 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 2202d7c Branch : main Author : Naupaka Zimmerman <naupaka@gmail.com> Time : 2024-04-10 16:52:17 +0000 Message : Merge pull request #273 from JasonJWilliamsNY/patch-for-#55 Add challenges and explanations on classes and modes for #55
github-actions bot
pushed a commit
that referenced
this issue
May 7, 2024
Auto-generated via {sandpaper} Source : ba5df88 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2024-04-10 16:53:44 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 2202d7c Branch : main Author : Naupaka Zimmerman <naupaka@gmail.com> Time : 2024-04-10 16:52:17 +0000 Message : Merge pull request #273 from JasonJWilliamsNY/patch-for-#55 Add challenges and explanations on classes and modes for #55
github-actions bot
pushed a commit
that referenced
this issue
May 14, 2024
Auto-generated via {sandpaper} Source : ba5df88 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2024-04-10 16:53:44 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 2202d7c Branch : main Author : Naupaka Zimmerman <naupaka@gmail.com> Time : 2024-04-10 16:52:17 +0000 Message : Merge pull request #273 from JasonJWilliamsNY/patch-for-#55 Add challenges and explanations on classes and modes for #55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
while the output wouldn't be different for this lesson, beginners would benefit more from knowing "class" rather than "mode". For instance on data frames/tibbles, mode returns
list
which can be confusing.The text was updated successfully, but these errors were encountered: