Skip to content
Prev 388003 / 398502 Next

Create a function problem

On Fri, 14 May 2021 17:42:12 +0000 (UTC)
Kai Yang via R-help <r-help at r-project.org> wrote:

            
I would have thought the error message to be completely
self-explanatory.  The object in question cannot be found.  I.e. it
does not exist, in your workspace or in any of the data bases on your
search path.

It would appear that you have not created "Test.Result.tr_Test.Result1".
Why did you expect it to be present?

Moreover, the code of your function makes no sense at all, at least not
to *my* feeble brain.  The quantities "raw", "Pedigree.name" and "UPN"
are not arguments of your function.  How do you expect k_subset() to
know what they are?

cheers,

Rolf Turner