Learn R Programming

precommit (version 0.0.0.9029)

call_and_capture: Make a call with system2() and capture the effects.

Description

Make a call with system2() and capture the effects.

Usage

call_and_capture(...)

Arguments

...

Arguments passed to system2().

Value

A list with:

  • content of stderr

  • content of stdout

  • exit status