Skip to contents

Provide the code I want when I rename stuff

Usage

ft_rename_code()

Value

string

Examples

ft_rename_code()
#> c(
#>    "target_1",
#>    "target_2"
#>  ) |>
#>    purrr::walk(.f = \(x) {
#>      flighttools::ft_rename_outputs(
#>        tar_read_raw(x),
#>        prefix = "prefix",
#>        overwrite = TRUE
#>      ) |>
#>        fs::file_move("output_dir")
#>    })