guessAtTarget {reproducible}R Documentation

Try to pick a file to load

Description

Try to pick a file to load

Usage

.guessAtTargetAndFun(
  targetFilePath,
  destinationPath = getOption("reproducible.destinationPath", "."),
  filesExtracted,
  fun = NULL,
  verbose = getOption("reproducible.verbose", 1)
)

Arguments

destinationPath

Full path of the directory where the target file should be

filesExtracted

A character vector of all files that have been extracted (e.g., from an archive)


[Package reproducible version 2.1.2 Index]