Displaying 1 result from an estimated 1 matches for "subset_dataset".
2010 Nov 09
1
agrep pmatch recursive???
...-10-29a-14" "10-10-29a-17" "10-10-29a-18"
As you can see, the formats of the file names in the exclude list are different from those in the dataset list. What I want to
do is to match file names in the exclude list to those in the dataset list and remove them to create a subset_dataset, composed
of all the dataset files minus the files in the exclude list. Since the file names are different, it seems that i have to use
a function such as agrep, and have gotten this to work if I feed in individual file names:
> agrep("10-10-29a-13", dataset, value=TRUE, max.distan...