callBasilisk {FLAMES} | R Documentation |
Internal utility function for simplifying calls to basiliskRun using a given basilisk environment
callBasilisk(env_name, FUN, ...)
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 |
the result of 'FUN'