Convenience function for the internal Slice R6 class constructor.
     
    
    Usage
    slice(start, stop = NA, step = NA, zero_based = FALSE)
 
    
    Arguments
- start
- The start index. 
- stop
- The stop index. 
- step
- The step size. 
- zero_based
- The index of the dimension. By default, FALSE for R-like behavior. 
 
    
    Value
    A Slice instance with the specified parameters.