Noted without comment: flickr.com/photos/5093455…
@mrgunn This should work
library(stringr)
subset(df,str_length(str_trim(y))>0)
@mrgunn do you then want to remove rows where that var is blank?
@mrgunn you need to put a var name before the !
What is the data in that column? numeric? char? If numeric use as.numeric to turn "" to NA
@cboettig congrats!
@recology_ works on chrome for me...