parse_recursion {dynprog}R Documentation

Parser for the recursion part of a specification.

Description

Parse the recursion part of an expressions.

Usage

parse_recursion(recursion)

Arguments

recursion

The quosure wrapping the recursion of the specification.

Details

The parser return a list with the following components:

Value

A parsed specification for recursions.


[Package dynprog version 0.1.1 Index]