write_from_tmp: Write from temporary

Description Usage Arguments

Description

write_from_tmp() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write from temporary. The function is called for its side effects and does not return a value. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour

Usage

1
2
3
4
5
6
write_from_tmp(
  temp_path_1L_chr,
  dest_path_1L_chr,
  edit_fn = function(x) {     x },
  args_ls = NULL
)

Arguments

temp_path_1L_chr

Temp path (a character vector of length one)

dest_path_1L_chr

Dest path (a character vector of length one)

edit_fn

Edit (a function), Default: function(x) x

args_ls

Arguments (a list), Default: NULL


readyforwhatsnext/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.