Search notes:

R function: args

args shows the default values of a function or a primitive.
args(ls)
# function (name, pos = -1L, envir = as.environment(pos), all.names = FALSE,
#     pattern)
# NULL
Github repository about-r, path: /functions/args.R

See also

Getting help in R
Index to (some) R functions

Index