runtime_setup {artma}R Documentation

Runtime Setup

Description

A function user as a wrapper for runtime functions invocation to ensure crucial fucntionality, such as imports, 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.


[Package artma version 0.2.1 Index]