Skip to contents

purrr:safely wrappers for various functions

Usage

safely_mrgsim_df(...)

Arguments

...

args to be passed

Value

A list with two elements:

  • result: The result of mrgsolve::mrgsim_df, or NULL if an error occurred.

  • error: The error that occurred, or NULL if no error occurred.