Try to pick a file to load
.guessAtTargetAndFun(
targetFilePath,
destinationPath = getOption("reproducible.destinationPath", "."),
filesExtracted,
fun = NULL,
verbose = getOption("reproducible.verbose", 1)
)
Full path of the directory where the target file should be
A character vector of all files that have been extracted (e.g., from an archive)
Numeric, -1 silent (where possible), 0 being very quiet,
1 showing more messaging, 2 being more messaging, etc.
Default is 1. Above 3 will output much more information about the internals of
Caching, which may help diagnose Caching challenges. Can set globally with an
option, e.g., options('reproducible.verbose' = 0) to reduce to minimal