derfinder-deprecated {derfinder} | R Documentation |
These functions are provided for compatibility with older version of ‘derfinder’ only and will be defunct at the next release.
advancedArg(fun, package = "derfinder", browse = interactive())
fun |
The name of a function(s) that has advanced arguments in
|
package |
The name of the package where the function is stored. Only 'derfinder', 'derfinderPlot', and 'regionReport' are accepted. |
browse |
Whether to open the URLs in a browser. |
The following functions are deprecated and will be made defunct.
advancedArg Not needed now that the advanced arguments are documented on the help pages of each function.
A vector of URLs with the GitHub search queries.
## Open the advanced argument docs for loadCoverage() if(interactive()) { advancedArg('loadCoverage') } else { (advancedArg('loadCoverage', browse = FALSE)) }