Description Usage Arguments Value
Process and Write a File
| 1 2 3 4 5 6 7 8 | .process_and_write(
  source_path,
  target_path,
  process_f,
  process_args,
  write_f,
  write_args
)
 | 
| source_path | Character scalar; the path to the raw file. Paths starting
with  | 
| target_path | Character scalar; the path where the processed version of the file should be stored. | 
| process_f | A function or one-sided formula to use to process the source
file.  | 
| process_args | An optional list of additional arguments to
 | 
| write_f | A function or one-sided formula to use to save the processed
file. The processed object will be passed as the first argument to this
function, and  | 
| write_args | An optional list of additional arguments to  | 
The processed object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.