
Start quarto dashboard with results of orgmetrics_collate_org_data function for collation of data across orgs.
Source: R/quarto-dashboard-org.R
orgmetrics_dashboard.RdStart quarto dashboard with results of
orgmetrics_collate_org_data function for collation of data across orgs.
Arguments
- data_org
Data on GitHub organization as returned from
orgmetrics_collate_org_datafunction.- fn_calls
Data on function calls between packages of the specified organization, as returned from the
rm_org_data_fn_call_network()function.- embeddings
List of language model embeddings returned from
rm_org_emb_distances(). These are calculated with the 'pkgmatch' package which in turn relies on https://ollama.com.- title
If not
NULL(default), a string specifying the organizational title for the dashboard.- action
One of "preview", to start and open a live preview of the dashboard website, "render" to render a static version without previewing or opening, or
NULLto set up the quarto structure in the current temporary directory without doing anything. This option is useful to generate the dashboard structure so that it can be moved to a non-temporary location, and deployed or previewed from there.