Loads the describe_inst/extdata/describe_corpus.Rds bundle and prints it to
the console. This is the R-side mirror of the Python
morie.describe() function (closing the v0.9.5.4 parity
gap; shipped in v0.9.5.5).
Value
Invisibly returns the narrative as a character scalar.
If no matching describe entry is found, returns NULL
and prints a helpful diagnostic.
Details
The lookup is forgiving: a leading morie_ prefix on the
callable name is stripped automatically, so
morie_describe("aalen") and
morie_describe("morie_aalen") resolve to the same
narrative.
See also
morie_describe_by_name for the
string-only variant that does not capture symbol names.