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

    Options for collectRequests; unset fields fall back to the module defaults.

    interface CollectRequestOptions {
        excludePathsRegex?: RegExp;
        onlyTraversePaths?: RegExp;
        supportedExtensions?: RegExp;
    }
    Index

    Properties

    excludePathsRegex?: RegExp

    directories whose R sources are collected as text rather than parsed (default excludeRequestsForPaths)

    onlyTraversePaths?: RegExp

    if set, only paths matching this regex are parsed as R

    supportedExtensions?: RegExp

    the regex marking a path as an R source to parse (default discoverRSourcesRegex)