Displaying 1 result from an estimated 1 matches for "autocar".
Did you mean:
autocad
2011 Jun 02
0
Using SQLDF to pick values based on word count
I have a data frame in R with the following values.
cars
autocar
cars info
what is that
donna drive
car
telephone
i need car...
I want to select all values which contain 'car', values with three
words, and those keywords with car that contain three words.
The first part is done with :
sqldf("SELECT Keyword FROM dat WHERE Keyword like '%car%...