interface SweaveBlockOptions {
    eval?: boolean;
    name?: string;
}

Properties

Properties

eval?: boolean
name?: string