Description Usage Arguments Value
Insert column(s) after a column of an existing dataframe
1 | insColAfter(df, v, after, colname = NULL)
|
df |
Input dataframe |
v |
A vector or dataframe |
after |
Column index or name |
colname |
Set inserted column name. Has no effect if v is not a vector |
A dataframe with the inserted column(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.