interface SweaveInfo {
    blocks: SweaveCodeBlock[];
    content: string;
}

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, ...