runtime_setup: Runtime Setup

View source: R/aaa.R

runtime_setupR Documentation

Runtime Setup

Description

A function user as a wrapper for runtime functions invocation to ensure crucial fucntionality, such as imports, logging, etc., all work as expected.

Usage

runtime_setup(FUN, options_file_name = NULL, options_dir = NULL)

Arguments

FUN

function The function to be called after the setup.

options_file_name

[character] Name of the options file to use, including the suffix.

options_dir

[character, optional] Path to the directory that contains user options. Defaults to the directory specified in PATHS.


artma documentation built on April 13, 2025, 9:08 a.m.