Wednesday, 15 September 2010

Is there a documentation generator for R like there is for JAVA? -



Is there a documentation generator for R like there is for JAVA? -

i need document r code. java documentation style generated automatically classes , comments. there similar r?

yes there exists @ to the lowest degree 1 called roxygen.

it works in quite similar manner 1 java. @ character used create documentation. example, can write following

#' @param a matrix containing ... #' @param b number of... #' @author 1 function(a,b) {...}

you can find corresponding bundle here. documentation on utilize can found in r vignette , here example.

r documentation

No comments:

Post a Comment