Description Usage Arguments Examples
View source: R/functions-register-measurementdata.R
Split a vector 1:bigN into list of vectors each of length < len_subelem
| 1 | return_sub_indices(bigN, len_subelem)
 | 
| bigN | 
 | 
| len_subelem | The maxiumum length of one of the split vectors | 
| 1 2 3 4 5 6 7 8 9 | return_sub_indices(bigN = 10, len_subelem = 4)
## [[1]]
## [1] 1 2 3 4
##
## [[2]]
## [1] 5 6 7 8
##
## [[3]]
## [1]  9 10
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.