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())
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.
Whether to open the URLs in a browser.
A vector of URLs with the GitHub search queries.
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.
## Open the advanced argument docs for loadCoverage()
if (interactive()) {
advancedArg("loadCoverage")
} else {
(advancedArg("loadCoverage", browse = FALSE))
}
#> Warning: This function is not needed anymore now that the advanced arguments are document in the help pages of each function.
#> [1] "https://github.com/search?utf8=%E2%9C%93&q=advanced_argument+filename%3Aload+repo%3Alcolladotor%2Fderfinder+path%3A%2FR&type=Code"