Skip to contents

Reads from the cached Microsoft Terminology Collection table; available only after setup_terminology() has been run. Returns NA for every input if the cache is missing.

Usage

function_description(fn)

Arguments

fn

Character vector of function names (English, any case).

Value

Character vector of descriptions (NA where not found / available).

Examples

function_description(c("SUM", "XLOOKUP", "LAMBDA"))
#> [1] NA NA NA