Documenting generic S3 methods in R so that user can see documentation?
问题 I am extending the print() function by a method print.dmdSchemeSet() . This functions has additional arguments which I obviously have documented in the source files using roxygen2: #' Generic print function for \code{dmdSchemeSet} #' #' @param x object of type \code{dmdSchemeSet} #' @param ... additional arguments - not used here #' @param printAttr default \code{TRUE} - attributes are printed #' @param printExtAttr default \code{FALSE} - additional attributes are not printed (e.g. \code