Displaying 3 results from an estimated 3 matches for "applyinhelp2".
Did you mean:
applyinhelp1
2020 May 22
3
Compatibility issues caused by new simplify argument in apply function
...als(base::apply)))
{
return("}\n\\item{simplify}{Currently ignored")
} else {
return("")
}
}
}
*2. Using \Sexpr inside the \usage block*
\usage{
\S4method{apply}{Speclib}(X, FUN, bySI = NULL, ...
\Sexpr[echo=TRUE,results=rd,stage=install]{
hsdar:::.applyInHelp2(usage = TRUE)
}
)
}
*Function .applyInHelp2*
.applyInHelp2 <- function(usage)
{
if (usage)
{
if ("simplify" %in% names(formals(base::apply)))
{
return(", simplify = TRUE)")
}
} else {
if ("simplify" %in% names(formals(base::apply)))...
2020 May 22
2
Compatibility issues caused by new simplify argument in apply function
...return("")
> > }
> > }
> > }
> >
> >
> > *2. Using \Sexpr inside the \usage block*
> > \usage{
> > \S4method{apply}{Speclib}(X, FUN, bySI = NULL, ...
> > \Sexpr[echo=TRUE,results=rd,stage=install]{
> > hsdar:::.applyInHelp2(usage = TRUE)
> > }
> > )
> > }
> >
> >
> > *Function .applyInHelp2*
> > .applyInHelp2 <- function(usage)
> > {
> > if (usage)
> > {
> > if ("simplify" %in% names(formals(base::apply)))
> > {
> &...
2020 May 22
0
Compatibility issues caused by new simplify argument in apply function
...Currently ignored")
> } else {
> return("")
> }
> }
> }
>
>
> *2. Using \Sexpr inside the \usage block*
> \usage{
> \S4method{apply}{Speclib}(X, FUN, bySI = NULL, ...
> \Sexpr[echo=TRUE,results=rd,stage=install]{
> hsdar:::.applyInHelp2(usage = TRUE)
> }
> )
> }
>
>
> *Function .applyInHelp2*
> .applyInHelp2 <- function(usage)
> {
> if (usage)
> {
> if ("simplify" %in% names(formals(base::apply)))
> {
> return(", simplify = TRUE)")
> }
&...