Create Documentation for Function


/ Published in: R
Save to your folder(s)



Copy this code and paste it in your HTML
  1. To automate creation of function documentation
  2.  
  3. #Set the File name for documentation of function
  4. myrdfile = "funTest.Rd"
  5. #Creates skeleton file
  6. prompt(funTest,myrdfile)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.