0

could someone tell how I can see the codes behind the packages in R. I tried "?FunctionName", but I am getting only four lines of results even for a complex function. I want to write my own custom machine learning packages. If I understand the code behind other packages, then I will be able to write on my own. Thanks, Bill.

Roland
  • 127,288
  • 10
  • 191
  • 288
Bill Stoyanov
  • 79
  • 1
  • 3
  • FYI: In some simple cases you can just type in the function name without the question mark. `FunctionName` – nsheff Sep 16 '15 at 09:39
  • You are very optimistic. I would suggest that you start with reading documentation and tutorials for building a package instead. – Roland Sep 16 '15 at 12:36

0 Answers0