You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for beginners, some symbols may seem the same but have vastly different implications in code. It could be good to drill it in rather than try to explain it on a as-you-encounter-it basis.
. (for numbers) and ,(for parsing arguments)
( for arguments and math and { for loops and functions, [ for vectors. Note this is different for TeX. ( is a character, { is for commands and optional argument, and [ is a character. Finally, this is different for Regex: ( is for optional or select, [ is for select from choice,
for beginners, some symbols may seem the same but have vastly different implications in code. It could be good to drill it in rather than try to explain it on a as-you-encounter-it basis.
.
(for numbers) and,
(for parsing arguments)(
for arguments and math and{
for loops and functions,[
for vectors. Note this is different for TeX.(
is a character,{
is for commands and optional argument, and[
is a character. Finally, this is different for Regex:(
is for optional or select,[
is for select from choice,=
and==
Here is a rstudio talk on the virtues of explicit, as opposed to open-ended, instruction. https://resources.rstudio.com/rstudio-conf-2019/opening-keynote-day2
The text was updated successfully, but these errors were encountered: