[R] Searching a Table

2003-10-23 Thread Nicole Baggette
Is there any way to search a column of a table? I read in a table and I want to create a subset based on the criteria that a certain column (filled with words) has a word which starts with a certain letter. The only method I have seen that searches this way is apropos(), but that doesn't seem

Re: [R] Searching a Table

2003-10-23 Thread Jason Turner
Nicole Baggette wrote: Is there any way to search a column of a table? I read in a table and I want to create a subset based on the criteria that a certain column (filled with words) has a word which starts with a certain letter. The only method I have seen that searches this way is