read_and_decorate_code_and_alerts_mapped: Reads an old version ans a new version of a source code and...

Description Usage Arguments Value

View source: R/functions.R

Description

Reads an old version ans a new version of a source code and returns a string for a RMarkdown document compating them

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
read_and_decorate_code_and_alerts_mapped(
  file_old,
  alerts_old,
  file_new,
  alerts_new,
  map,
  region_only = FALSE,
  region_size = 3,
  use_mnemonic = FALSE,
  size_line_of_code_side_by_side = 77
)

Arguments

file_old

file containing the old version of a source code

alerts_old

alerts for the old version of a source code

file_new

file containing the new version of a source code

alerts_new

alerts for the new version of a source code

map

line map between new and old versions

region_only

show only the region near the alerts?

region_size

size of the region contained in the output

Value

string ready for a RMarkdown document


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