standardise_call {pryr}R Documentation

Standardise a function call

Description

Standardise a function call

Usage

standardise_call(call, env = parent.frame())

Arguments

call

A call

env

Environment in which to look up call value.


[Package pryr version 0.1.6 Index]