Description Usage Arguments Value Examples
View source: R/f0.rbsb1.code.r
This function returns 1:length(x) when length(x) > 0
and numeric(0) otherwise. Quite useful to prevent starting a
loop of length nought
| 1 | bf(x)
 | 
| x | vector | 
1:length(x) if length(x) > 0 else numeric(0).
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.