Nothing
knitr::opts_chunk$set(message = FALSE, warning = FALSE) library(cre.dcf) library(dplyr)
This vignette summarises the main discounted cash flow and debt notions used throughout the cre.dcf package. Each term is given in English and French with a short operational definition.
cre_glossary |> arrange(term_en) |> select(term_en, term_fr, definition_en, definition_fr, category, subcategory) |> knitr::kable()
cre_glossary |> filter(category == "debt_metrics") |> select(term_en, term_fr, definition_en, definition_fr) |> knitr::kable()
The glossary can be accessed directly:
head(cre_glossary)
It can also be queried inside any notebook or report:
cre_glossary |> filter(term_id == "irr")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.