0

I have written an R function for production. I don’t want anyone to be able to view or edit this function. They can of course source it and use it. Is there a way to do this before I release it to others?

Thank you

MeR
  • 3
  • 4
  • No. You can [view the source of any R function](https://stackoverflow.com/questions/19226816/how-can-i-view-the-source-code-for-a-function). If you want code to be hidden, you could expose some type of webservice so the code doesn't run on their machine. – MrFlick Oct 25 '21 at 19:15

0 Answers0