get_table_name {dynprog} | R Documentation |
We generally assume that patterns are on the form table[exprs]
where table
is the name of the dynamic programming table. This
function extract that name.
get_table_name(patterns)
patterns |
The patterns used in the recursion. |
The table part of the pattern.