multimatch: Produce an ast or parse graph of an expression

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Produce an ast or parse graph of an expression

Usage

1

Arguments

x

values to be matched

table

values to be matched against

Value

list with vector of matching table indices for each element in x

Examples

1
multimatch(1:3, c(1,2,3,1,2,3))

machow/straw documentation built on Sept. 9, 2020, 12:40 a.m.