赞
踩
函数功能:
Add elements to a vector
向向量中增加元素
函数语法:
append(x, values, after = length(x))
函数参数:
x
the vector the values are to be appended to.
要新增值的向量
values
to be included in the modified vector.
要增加到向量中的值
after
a subscript, after which the values are to be appended.
下标:要增加值在谁之后的下标,默认为加在整个向量的后面
官方文档:append( )函数
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。