Actually subsets the resulting table now, like it was supposed to all along.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4696 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2010-11-17 16:18:23 +00:00
parent d86ab2becb
commit d492eb94ad
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ read.squidmetrics = function(project, bylane = FALSE) {
oraCloseDriver(drv);
d;
subset(d, Project == project);
}