Possible Duplicate:
Can RStudio automatically generate an roxygen template for a function?
I use Emacs for developing R packages (using roxygen2) and find the C-c C-o over a function to generate comments extremely useful. Is there any similar key binds in RStudio that will achieve the same results, i.e. generating
##' .. content for \description{} (no empty lines) ..
##'
##' .. content for \details{} ..
##' @title
##' @param x
##' @param y
##' @return
##' @author authors
The question has been asked here, and I just wanna know if there is any updates on this issue. Thanks!