@eagleoutice/flowr - v2.13.14
    Preparing search index...

    a compact hit from a wildcard function search

    interface SignatureMatchView {
        docUrl?: string;
        exported: boolean;
        file?: string;
        line?: number;
        manUrl?: string;
        matchedParameters?: readonly string[];
        name: string;
        package: string;
        parameters?: readonly string[];
        sourceUrl?: string;
        version?: string;
    }
    Index
    docUrl?: string

    best-effort rdrr.io documentation link, when the function name maps to a documentable topic

    exported: boolean
    file?: string
    line?: number
    manUrl?: string

    link to the .Rd help source at the queried version, see SignatureFunctionView.manUrl

    matchedParameters?: readonly string[]

    the subset of parameters that the --param filter actually matched, so the renderer can highlight them

    name: string
    package: string
    parameters?: readonly string[]

    a preview of the function's parameters (the ones a parameter/required filter matched first), when such a filter is active

    sourceUrl?: string
    version?: string