callBasilisk {FLAMES}R Documentation

Internal utility function for simplifying calls to basiliskRun using a given basilisk environment

Description

Internal utility function for simplifying calls to basiliskRun using a given basilisk environment

Usage

callBasilisk(env_name, FUN, ...)

Arguments

env_name

the name of the basilisk env (made through BasiliskEnvironment) to execute code within

FUN

the function to execute from with the basilisk environment

...

extra parameters required by FUN

Value

the result of 'FUN'


[Package FLAMES version 1.0.2 Index]