View source: R/03-data_frame.R
df_addCol | R Documentation |
数据框添加列
df_addCol(data = iris, col_name = "bbc", col_value = "123")
data |
数据框 |
col_name |
列名 |
col_value |
列值 |
返回值
df_addCol()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.