Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Filter rows in a data frame
runnig
Oct 31st, 2012
149
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
R
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
# filter some rows from data frame
x
<-
data.
frame
(
foo
=
c
(
1
,
2
,
3
,
4
,
5
,
6
)
, boo
=
c
(
11
,
12
,
13
,
14
,
15
,
16
)
)
print
(
x$foo
>=
4
)
filtered
<-
x
[
x$foo
>=
4
,
]
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $900 INSTANTLY
JavaScript | 1 sec ago | 0.32 KB
Exchange Exploit T 7
JavaScript | 4 sec ago | 0.32 KB
Free Giftcards Method
JavaScript | 13 sec ago | 0.32 KB
✅ Make $15OO in 2O minutesV 5
JavaScript | 20 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 27 sec ago | 0.32 KB
Swapzone Glitch (Working)E W
JavaScript | 40 sec ago | 0.32 KB
✅ Crypto Accounts
JavaScript | 49 sec ago | 0.32 KB
✅ MAKE $9OO INSTANTLY D W
JavaScript | 56 sec ago | 0.32 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!