I am very new to R programming language. I am using Python from last couple of years.I am generating .pyc(compile file) from .py file. As we don't want to disclose the code that's why we generate .pyc file. Is there any way I can generate a similar compiled file in R programming language.
I have search internet but I didn't find any relevant information.
Is there any package that convert .R to compiled .R ??? How I can call that compiled .R file from cmd???
Any help???