translate.fn.calls: translate.fn.calls

Description Usage Arguments

Description

Internal Function that translates programmatic designs into optimized coding statements for faster calculations

Usage

1
2
3
4
5
6
translate.fn.calls(
  the.statement,
  function.name = "get(",
  envir = .GlobalEnv,
  ...
)

Arguments

the.statement

original coding statement to perform the required calculation. Must be provided as a character value.

function.name

Name of the function to be translated to an optimized form. Parameter values should be either 'get(' or 'eval('. 'get(' is set as default

envir

Specify the environment for the required function. .GlobalEnv is set as default

...

provision for additional arguments


getDTeval documentation built on June 21, 2021, 9:06 a.m.