Hello List, I was trying to write a function. But I got a error message. Can 
someone help me how to fix it?
Many thanks,Kai
> k_subset <- function(p, a, b, c){
+   p  <- select(raw
+                ,Pedigree.name
+                ,UPN
+                ,a
+                ,b
+                ,c
+   )  
+ }
> k_subset(p1, Test.Result.tr_Test.Result1, Result.tr_gene1, 
> Test.Result.tr_Variant..nucleotide.1 )
 Error: object 'Test.Result.tr_Test.Result1' not found

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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