Skip to content

Re-factor R scripts to avoid large imports #39

@edg1983

Description

@edg1983

At the moment, we always source from a single large file containing all functions. This means we also import all dependencies every time, which is not needed and creates significant overhead when sourcing this file.

As already implemented for munging step, we should split the big function file into module-specific function files and try to limit package import as much as possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions