[R] Create a function problem
Kai Yang
y@ngk@|9999 @end|ng |rom y@hoo@com
Fri May 14 19:42:12 CEST 2021
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]]
More information about the R-help
mailing list