assemble_diff_command: Assembles the diff command between two code files

Description Usage Arguments Value

View source: R/functions.R

Description

Assembles the diff command between two code files

Usage

1
2
3
4
5
6
assemble_diff_command(
  code_path_left,
  code_path_right,
  output_left,
  output_right
)

Arguments

code_path_left

path to "left" file

code_path_right

path to "right" file

output_left

piece of output file name representing left

output_right

piece of output file name representing right

Value

git diff command


crotman/kludgenudger documentation built on Oct. 19, 2021, 7:30 p.m.