Hi,

If you are on a linux system, you can use these linux commands through 
pipe.
Otherwise :
- perl would do a great job on this.
- if you are familiar enough with SQL syntax, you can use the 
development version of the sqldf package to work on csv files as if they 
were database tables. See example 8 in http://code.google.com/p/sqldf/

Cheers,

Romain

Ng Stanley wrote:
> Hi,
>
> What functions should I use in order to perform the following steps:
>
> 1) Load a particular column (e.g., column 5) from a csv file
> 2) Append the column 5 to another csv file
> 3) select those rows that match specific keywords in column 5
>   
-- 
Mango Solutions
data analysis that delivers

Introduction to R training course :: London :: 06-07 March 2008
http://www.mango-solutions.com/services/rtraining/r_intro.html

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to