Hi. Welcome to the list. Assuming you really do have a data.table and not a data.frame and have joined the right mailing list then the term "interpret text" is very vague (!) but it's possible to guess ...
    DT[ `Created by Analyst` == "certain analyst" ]
maybe. That's a vector scan but see intro vignette for the faster binary search way. The backquotes are needed if you have spaces in the column names.

Please browse and search questions on the data.table tag on stack overflow :
http://stackoverflow.com/questions/tagged/data.table

Matthew


On 25/08/13 05:42, marcussr wrote:
I have a data table, with Columns: Case Number, Created by Analyst, Met FCR,
and Date.
I want to show all the rows that were created by a certain analyst. I can't
seem to find the function to interpret text. Please Help



--
View this message in context: 
http://r.789695.n4.nabble.com/Column-retrieval-tp4674472.html
Sent from the datatable-help mailing list archive at Nabble.com.
_______________________________________________
datatable-help mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help


_______________________________________________
datatable-help mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help

Reply via email to