Search notes:

R function: numeric

num_list <- numeric(10)

num_list
# [1] 0 0 0 0 0 0 0 0 0 0

#  See also -> character()
Github repository about-r, path: /functions/numeric.R

See also

Index to (some) R functions

Index