Description Usage Arguments Value
Reads an old version ans a new version of a source code and returns a string for a RMarkdown document compating them
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
)
|
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 |
string ready for a RMarkdown document
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.