inst/doc/cookbook_running_the_analysis.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----workflow_structure, echo=FALSE, fig.cap='Fig. 1: Structure of the Workflow', fig.align='center'----
DiagrammeR::mermaid('
  graph TB;
    id1("prepare_abcd()") --> id2("match_loanbooks()");
    id2("match_loanbooks()") --> id3("prioritise_and_diagnose()");
    id3("prioritise_and_diagnose()") --> id4("analyse()");
    classDef nodeStyle fill: #45cfcc, stroke: #000, stroke-width: 2px;
    class id1,id2,id3,id4 nodeStyle;
    click id1 "../reference/prepare_abcd.html";
    click id2 "../reference/match_loanbooks.html";
    click id3 "../reference/prioritise_and_diagnose.html";
    click id4 "../reference/analyse.html";
')

Try the pacta.multi.loanbook package in your browser

Any scripts or data that you put into this service are public.

pacta.multi.loanbook documentation built on April 4, 2025, 12:40 a.m.