Re: [R] i need help in documentation

2012-07-06 Thread Jim Lemon
On 07/05/2012 10:37 PM, purushothaman wrote: Hi, i am new in R development , so i need help in documentation from comments in R file for example sample<-function(filepath) { ##title<< read csv file ##author<< Purushoth ##description this function is used to read a c

Re: [R] i need help in documentation

2012-07-06 Thread purushothaman
Hi, i tried with inlinedocs package function extract.docs.file. it have exactly what i need but it return as list. can u help me how to convert list to html documentation. Thanks B.Purushothaman -- View this message in context: http://r.789695.n4.nabble.com/i-need-help-in-documentation-tp4635

Re: [R] i need help in documentation

2012-07-05 Thread Bert Gunter
See also the inlinedocs package, which might be closer to what you're looking for. -- Bert On Thu, Jul 5, 2012 at 8:17 AM, R. Michael Weylandt < michael.weyla...@gmail.com> wrote: > R does not, to my knowledge, have anything quite like Python's > docstrings (which seems to be what you are talkin

Re: [R] i need help in documentation

2012-07-05 Thread R. Michael Weylandt
R does not, to my knowledge, have anything quite like Python's docstrings (which seems to be what you are talking about) but you might look at Roxygen2 on CRAN which should get you started in this direction. Best, Michael On Thu, Jul 5, 2012 at 7:37 AM, purushothaman wrote: > Hi, > > i am new in

[R] i need help in documentation

2012-07-05 Thread purushothaman
Hi, i am new in R development , so i need help in documentation from comments in R file for example sample<-function(filepath) { ##title<< read csv file ##author<< Purushoth ##description this function is used to read a csv file output<-read.csv(filepath) return(