powered by
Gets the number of terms of an nlist_object().
nlist_object()
# S3 method for nlist nterms(x, ...)
The object.
Unused.
A count of the number of terms.
# NOT RUN { term::nterms(nlist(x = 2)) term::nterms(nlist(x = NA_real_)) term::nterms(nlist(x = 3, zz = matrix(2:5, 2))) # }
Run the code above in your browser using DataLab