vetr icon indicating copy to clipboard operation
vetr copied to clipboard

Subset calls not properly recursively substituted

Open brodieG opened this issue 6 years ago • 1 comments

> val.toks <- list(INT)
> vet(val.toks[[1]], 1L)
[1] "`1L` should be type \"language\" (is \"integer\")"

brodieG avatar Nov 23 '17 14:11 brodieG

There doesn't seem to be a great solution here since the problem is that val.toks is a list, so it will not get recursively substituted. One potential question to explore is whether we want to allow recursive substitution with expressions so that we could have a "list" of vetting expressions.

brodieG avatar Mar 27 '18 23:03 brodieG