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

clean_wdR Documentation

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

Description

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

Usage

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


overdodactyl/mRclwhip documentation built on June 30, 2023, 6:24 a.m.