extract | R Documentation |
Extract or replace arguments for partialised functions
## S3 method for class 'partialised' x[i, ...] ## S3 replacement method for class 'partialised' x[i] <- value ## S3 method for class 'partialised' x[[i, ...]] ## S3 replacement method for class 'partialised' x[[i]] <- value ## S3 method for class 'partialised' x$i ## S3 replacement method for class 'partialised' x$i <- value
x |
Partialised function. |
i |
Indices specifying arguments to extract or replace. |
... |
Additional arguments. |
value |
An object, the new value of the argument. |
[
, [[
and $
return arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.