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
IMO the most important thing is consistency. If you commit to always use =, your code will turn out equally readable. It just happens to be that the style guide choses to prefer <- since it's more widespread among R users.
I wanted to refer to
{lintr}
docs in tidyverse/style#237, but realized that it doesn't give any explanation either.It would be good to include some documentation explaining why it might be preferable to use
<-
over=
.The text was updated successfully, but these errors were encountered: