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

    One page of an installed package's Meta/Rd.rds: topic, aliases, keywords and title, i.e. what the man/ sources state, so an installed-only package answers the same questions a checked out one does.

    interface RdMetaEntry {
        aliases: readonly string[];
        file?: string;
        keywords: readonly string[];
        name: string;
        title?: string;
        type?: string;
    }
    Index
    aliases: readonly string[]
    file?: string

    the man/ file it was built from, e.g. acf.Rd

    keywords: readonly string[]
    name: string

    the \name{} of the page

    title?: string
    type?: string

    the \docType{}, empty for an ordinary function page