Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

do_call

Execute a Function Call


Description

Execute a function call similar to do.call, but without deparsing function arguments.

Usage

do_call(what, args, pkg = NULL)

Arguments

what

Either a function or a non-empty character string naming the function to be called.

args

A list of arguments to the function call. The names attribute of args gives the argument names.

pkg

Optional name of the package in which to search for the function if what is a character string.

Value

The result of the (evaluated) function call.


brms

Bayesian Regression Models using 'Stan'

v2.15.0
GPL-2
Authors
Paul-Christian Bürkner [aut, cre], Jonah Gabry [ctb], Sebastian Weber [ctb], Andrew Johnson [ctb], Martin Modrak [ctb]
Initial release
2021-03-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.