imported
List all the imported objects in the drake cache
imported(files_only = FALSE, path = getwd(), search = TRUE)
logical, whether to show imported files only and ignore imported objects. Since all your functions and all their global variables are imported, the full list of imported objects could get really cumbersome.
Root directory of the drake project,
or if search
is TRUE
, either the
project root or a subdirectory of the project.
logical. If TRUE
, search parent directories
to find the nearest drake cache. Otherwise, look in the
current working directory only.
character vector naming the imported objects in the cache