syberia_resource_with_modification_tracking: Fetch a syberia resource with modification tracking.

Description Usage Arguments See Also

View source: R/resource.r

Description

Modification tracking refers to determining whether the resource has changed since its last execution by syberia. This is accomplished using the output of syberia_resource, which will return a list that includes modification time of the last time syberia encountered the resource. If a modification is spotted, the Syberia cache entry 'runtime/any_modified' will be set to TRUE.

Usage

1
2
syberia_resource_with_modification_tracking(filename, root,
  check_helpers = TRUE, ...)

Arguments

filename

character. See the filename parameter of syberia_resource.

root

character. See the root parameter of syberia_resource.

check_helpers

logical. If the resource is in a directory with the same name as the resource, check all of its helpers for modifications as well.

...

same as arguments to syberia_resource

See Also

syberia_resource


robertzk/syberiaStructure documentation built on May 27, 2019, 11:38 a.m.