Move a file from one location to another within the RAP project server.
Source:R/rap.R
rap_move_file.Rd
Move a file from one location to another within the RAP project server.
Examples
if (FALSE) { # \dontrun{
rap_get_path_files(".") |>
stringr::str_subset("lwjohnst-.*\\.csv$") |>
rap_move_file(
rap_get_path_users() |>
stringr::str_subset("lwjohnst")
)
} # }