@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface SweaveInfo {
        blocks: SweaveCodeBlock[];
        content: string;
    }
    Index

    Properties

    Properties

    blocks: SweaveCodeBlock[]

    All code blocks, including those that should not be evaluated and the latex code.

    content: string

    The R code without the latex code, no-eval blocks, ...