Hacker News
new
past
comments
ask
show
jobs
points
by
Mairoce
1 hours ago
|
comments
by
dash2
1 hours ago
|
[-]
I think the users have clearly delivered the verdict that it is friendlier than base R. Admittedly a low bar. Non R users, which do you prefer:
foo[foo$bar == “baz”,] foo |> filter(bar == “baz”) ?
reply
by
kgwgk
43 minutes ago
|
parent
|
next
[-]
Or maybe
foo[bar == “baz”]
reply
by
Mairoce
1 hours ago
|
parent
|
prev
|
[-]
The first one by a mile.
Is this a joke?
reply