DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR R
delete all rows that contain a string in R
library
(
stringr
)
df
%>%
filter
(
!
str_detect
(
Name
,
'REVERSE'
)
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#delete
#rows
#string
#R
ADD COMMENT
Topic
COMMENT
Name
7+9 =
Submit