parse_ranges {dynprog}R Documentation

Parser for the ranges part of a specification.

Description

Parses the ranges and return a list of index variables an the values they should iterate over. The ranges are returned as a list with the range variables as its names and the range values as the list components.

Usage

parse_ranges(ranges)

Arguments

ranges

The quosure wrapping the input to the specification.

Value

A parsed specification for ranges.


[Package dynprog version 0.1.1 Index]