R/file_name.R

#######################
# Function: file_name #
#######################

# dir = string/character of directory where matches.html resides
file_name <- function(dir) {
  paste0("file://", dir, "/matches.html")
}
SDeMora/RCopyFind documentation built on June 9, 2019, 11:43 a.m.