locate_build_status_yml: Get the file path and name for a scipiper build/status/*.yml...

View source: R/status_info.R

locate_build_status_ymlR Documentation

Get the file path and name for a scipiper build/status/*.yml files

Description

Internal helper function with limited functionality for now. Before making this an exported function, if that's ever needed, we'd need some error checking to make sure these are indicator files, see whether the .yml files actually exist, and maybe provide suggestions if they don't.

Usage

locate_build_status_yml(
  target_names,
  remake_file = getOption("scipiper.remake_file")
)

Arguments

target_names

names of targets. should be .ind files

remake_file

name of the remake_file where target_names can be found (recursively if needed)


USGS-R/scipiper documentation built on May 25, 2023, 8:47 a.m.