@eagleoutice/flowr - v2.13.14
    Preparing search index...
    REnvironment: {
        attachAt: (
            this: void,
            current: Environment,
            blockTop: Environment,
            blockBottom: Environment,
            pos?: number,
        ) => Environment;
        attachedPackages: (this: void, env: Environment) => Set<string>;
        findBuiltIn: (this: void, env: Environment) => Environment;
        findGlobal: (this: void, env: Environment) => Environment;
        name: "REnvironment";
        searchPosition: (
            this: void,
            env: Environment,
            name: string,
        ) => number | undefined;
    } = ...

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

    Type Declaration