dot-load_iterations: Internal function for loading iteration data from the file...

.load_iterationsR Documentation

Internal function for loading iteration data from the file system

Description

Loads iterations generated by .create_iterations that were created in a previous session. If these are not available, this is indicated by setting a return flag.

Usage

.load_iterations(file_dir, iteration_file = NULL)

Arguments

file_dir

Path to directory where iteration files are stored.

Value

List containing:

  • iteration_file_exists: An indicator whether an iteration file was found.

  • iteration_list: The list of iterations (if available).

  • project_id: The unique project identifier (if available).


familiar documentation built on Sept. 30, 2024, 9:18 a.m.