PsyTeachR / glossary

Glossary of terms
https://psyteachr.github.io/glossary/
Other
15 stars 17 forks source link

NEEDS: assignment operator #72

Closed JackEdTaylor closed 2 years ago

JackEdTaylor commented 2 years ago

The assignment operator can assign in two directions at once - could be cool to show if not too confusing?

The assignment operator can even assign in both directions, to two variables at once

c <- 3 -> d

c
d
[1] 3
[1] 3
debruine commented 2 years ago

Twice at once is a little much, but done :)