Answers for "Use regex to extract row in R (solution 2)"

0

Use regex to extract row in R (solution 2)

dat[ with(dat,  grepl("ADN", bName)  &  pName == "2011-02-10_R2" ) , ]
Posted by: Guest on July-25-2021

Browse Popular Code Answers by Language