@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface DocMakerArgs {
        ctx: GeneralDocContext;
        force?: boolean;
        shell: RShell;
        treeSitter: TreeSitterExecutor;
    }
    Index

    Properties

    The general documentation context to use for generating links and headers

    force?: boolean

    Overwrite existing wiki files, even if nothing changes

    shell: RShell

    The RShell engine to use for R code execution and retrieval

    treeSitter: TreeSitterExecutor

    The TreeSitter engine to use for R code parsing