Move all html, pdf, and docx files to an output directory

clean_wd(
  input_dir = ".",
  output_dir = "./documents/",
  file_ext = c("docx", "html", "pdf")
)

Arguments

input_dir

Path of directory to clean

output_dir

Path to output directory

file_ext

Extension of file to move