Description Usage Arguments Value Author(s) Examples
Same as assign
with the first two arguments reversed and the default position referrring to the global environment so it can be used interactively in a pipeline
1 |
value |
to be assigned |
x |
name of the object to be assigned |
pos |
where the object is to be assigned. Default is |
... |
other arguments are passed to |
The formula is evaluated using model.frame
and the result is used as the argument of order
which, in turn is used to order the data frame. The ordered data frame is returned.
For example, using the Prestige data set in package:car and the pipeline function in package:magrittr, we can sort the data frame and same the sorted version as "Prestige.ordered" with:
> require(car) > require(magrittr) > Prestige
G. Monette
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.