tic (version 0.2.13.9010)

load_from_file: Process a tic.R file

Description

Return a named list of stages generated by source()ing a file that uses the tic DSL. The file is sourced only once per session, unless its modification timestamp changes.

Usage

load_from_file(path = "tic.R", ..., mtime = file.mtime(path))

Arguments

path

[string] Path to the stage definition file, default: "tic.R".

...

ignored

mtime

[POSIXt] For internal use, to detect changes to this file.