Home
Press ? for keyboard navigation
❮
Factors
Data Frames
❯
Append to end of vector
examples/vectors/append.R
animals
=
c
(
"cat"
,
"dog"
)
length
(
animals
)
animals
=
append
(
animals
,
"mouse"
)
length
(
animals
)
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)