powered by
build_times
List all the build times. This does not include the amount of time spent loading and saving objects!
build_times(path = getwd(), search = TRUE, digits = 3, cache = get_cache(path = path, search = search, verbose = verbose), targets_only = FALSE, verbose = TRUE)
Root directory of the drake project, or if search is TRUE, either the project root or a subdirectory of the project.
search
TRUE
logical. If TRUE, search parent directories to find the nearest drake cache. Otherwise, look in the current working directory only.
How many digits to round the times to.
optional drake cache. If supplied, the path and search arguments are ignored.
path
logical, whether to only return the build times of the targets (exclude the imports).
whether to print console messages
data.frame of times from system.time
system.time
built
# NOT RUN { load_basic_example() make(my_plan) build_times() # }
Run the code above in your browser using DataLab