This help topic is for R version 0.60. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/is.atomic.html
is.atomic {base}R Documentation

Is an Object Atomic?

Description

is.atomic returns TRUE if x does not have a list structure and FALSE otherwise.

Usage

is.atomic(x)

[Package base version 0.60 ]