powered by
Return the number of finite observations in `x`
count_obs(x)
data vector
The Number of observations
# NOT RUN { count_obs(c(1,3,5,7,9,NA)) # 5 # }
Run the code above in your browser using DataLab