| range,OpenTIMS-method | R Documentation | 
This is similar to using the from:to:by operator in Python.
## S4 method for signature 'OpenTIMS' range(x, from, to, by = 1L)
| x | OpenTIMS data instance. | 
| from | The first frame to extract. | 
| to | The last+1 frame to extract. Frame with that number will not get extracted, but some below that number might. | 
| by | Extract each by-th frame | 
## Not run: 
D = OpenTIMS('path/to/your/folder.d')
print(head(range(D, 10,100,3))) # each third frame from 10 to 100.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.