powered by
A length function for the data step array dsarray. The length function can by used either inside or outside the data step.
dsarray
# S3 method for dsarray length(x)
The dsarray object.
The number of items in the specified dsarray.
Other datastep: [.dsarray(), datastep(), dsarray(), dsattr()
[.dsarray()
datastep()
dsarray()
dsattr()
# NOT RUN { # Define datastep array carr <- dsarray(names(mtcars)) length(carr) # 11 # }
Run the code above in your browser using DataLab