.check_unresolved_index {runner} | R Documentation |
Resolves index argument
Description
Resolves at
argument passed to the runner
-
checks if the argument has a valid value. If argument is a single character
matching column name in the x
then is replaced with the value x[[idx]]
Usage
.check_unresolved_index(x, idx)
Arguments
x |
( |
idx |
( |
Value
resolved idx
[Package runner version 0.4.4 Index]