Skip to content

Add an option to load the data files #295

@leoniedu

Description

@leoniedu

Even with medium sized data files, load_all takes a significant time to load. Could an option to load the data be added?

Something like:

load_all <- function(path = ".",
reset = TRUE,
compile = NA,
attach = TRUE,
export_all = TRUE,
export_imports = export_all,
helpers = export_all,
attach_testthat = uses_testthat(path),
quiet = NULL,
recompile = FALSE,
warn_conflicts = TRUE,
load_data = TRUE)
...
if (load_data) out$data <- load_data(path)
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions