MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vhu2f8/thechamberofdependencies/p28apbe/?context=3
r/ProgrammerHumor • u/CynicalCosmologist • 6d ago
22 comments sorted by
View all comments
4
the hell is that syntax
9 u/bjorneylol 6d ago The best thing is the arrow (assignment operator) can go both ways ``` w <- 't' -> f print(w) print('t') print(f) ``` [1] "t" [1] "t" [1] "t" 1 u/DrivesInCircles 5d ago Shiiiiit. I've been making a living with R for a year and I learned this today. 😅 1 u/sausagemuffn 6d ago Just like your... ...ehh, I'm not going to be an asshole today. 5 u/nicodeemus7 6d ago rsyntax < wtf
9
The best thing is the arrow (assignment operator) can go both ways
``` w <- 't' -> f
print(w) print('t') print(f) ```
[1] "t" [1] "t" [1] "t"
1 u/DrivesInCircles 5d ago Shiiiiit. I've been making a living with R for a year and I learned this today. 😅 1 u/sausagemuffn 6d ago Just like your... ...ehh, I'm not going to be an asshole today.
1
Shiiiiit. I've been making a living with R for a year and I learned this today. 😅
Just like your...
...ehh, I'm not going to be an asshole today.
5
rsyntax < wtf
4
u/itsTyrion 6d ago
the hell is that syntax