@eagleoutice/flowr - v2.10.10
    Preparing search index...
    REnvironment: {
        attachBelowGlobal: (
            this: void,
            current: Environment,
            blockTop: Environment,
            blockBottom: Environment,
        ) => Environment;
        findGlobal: (this: void, env: Environment) => Environment;
        name: "REnvironment";
    } = ...

    Helpers for navigating and manipulating environments around the global environment and attached-package search path.

    Type Declaration