Skip to contents

Add some time-based variables to targets metadata

Usage

process_meta(targets_metadata = targets::tar_meta())

Arguments

targets_metadata

The result of targets::tar_meta() for your pipeline of interest

Value

A copy of targets_metadata, with some additional columns

Examples

process_meta()
#> No local metadata. Did you remember to run tar_meta_download()?
#> Details: https://books.ropensci.org/targets/cloud-storage.html.
#> (Or maybe you need to run the pipeline with tar_make()?)
#> Silence this message with Sys.setenv(TAR_WARN = "false").
#> Error in process_meta(): No targets store could be detected. Are you sure you ran the pipeline?
#> If you ran your pipeline in a directory other than the current directory, you
#> need to specify the path to the store by using `memory_plot(profile_path,
#> targets_metadata = targets::tar_meta(store = "/some/path/_targets"))`