[R] how to hide code of any function
mrzung
mrzung46 at gmail.com
Thu Mar 15 13:53:12 CET 2012
hi
I'm making some program and it need to be hidden.
it's not commercial purpose but it is educational,
so i do want to hide the code of function.
for example,
if i made following function:
a<-function(x){
y<-x^2
print(y)
}
i do not want someone to type "a" and take the code of the function.
is there anyone who can help me?
--
View this message in context: http://r.789695.n4.nabble.com/how-to-hide-code-of-any-function-tp4474822p4474822.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list