Save alerts from a directory with versions
1 2 3 4 5 6 7 8 9 | save_alerts(
dir = here::here("ArgoUML"),
pmd_path = "pmd/bin/pmd.bat",
pattern_versions = "^0_[0-9]*",
dest_dir = "alerts",
remove_str = "",
string_to_replace = "-",
string_to_replace_with = "-"
)
|
dir |
|
pmd_path |
|
pattern_versions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.