# NOT RUN {
# }
# NOT RUN {
# Set the current directory to the parent directory of the concerned repositories.
setwd("./Path/to/parent/directory")
# Set the directory paths
d_path1 <- "Path/to/first/directory"
d_path2 <- "Path/to/second/directory"
# Set the file-path
t_path <- "Path/to/file"
# Load the library and pass the parameters to the function
library(Rperform)
compare_dir(d_path1, d_path2, t_path, metric = "time")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab