Usage
    follow_directions(.data, row = 0, col = 0, preserve_data = FALSE)
 
    
    Arguments
- .data
- A vector of - RLUDdirections. See- expand_directionsto
generate from a data.frame of direction and magnitude.
 
- row
- (Default: - 0) The starting row value
 
- col
- (Default: - 0) The starting column value
 
- preserve_data
- A boolean to indicate if data besides - rowand- colshould be returned.
 
 
    
    Value
    A data.frame of coordinate pairs with row and col values.