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

    one piece of a tokenized R snippet, in source order and covering it without gaps

    interface RToken {
        kind: RTokenKind;
        text: string;
    }
    Index
    text: string

    the raw, unescaped source text of this token