Description Usage Arguments Value Examples
This function performs on data.frame
objects a similar operation as
append
does on list
objects.
That is it enables prepending/inserting/appending columns at specific positions.
1 2 3 4 5 6 7 |
x |
a |
... |
variables to be appended to x. |
after |
index or column name after which the new variables should be inserted.
Default is to append the columns at the end of the |
names |
optional names for the newly inserted columns. |
stringsAsFactors |
logical that indicates if the newly inserted string variables should be converted to factors. |
a data.frame
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.