Document the default return value
Source:R/document_default_value.R
, R/tilt_profile.R
document_default_value.Rd
Document the default return value
Examples
document_tilt_profile()
#> [1] "A data frame with the column `companies_id`, and the list columns `product` and `company` holding the outputs at product and company level."
document_default_value()
#> [1] "A data frame with the column `companies_id`, and the list columns `product` and `company` holding the outputs at product and company level. Unnesting `product` yields a data frame with at least columns `companies_id`, `grouped_by`, `risk_category`. Unnesting `company` yields a data frame with at least columns `companies_id`, `grouped_by`, `risk_category`, `value`."