clean_wd | R Documentation |
Move all html, pdf, and docx files to an output directory
clean_wd(
input_dir = ".",
output_dir = "./documents/",
file_ext = c("docx", "html", "pdf")
)
input_dir |
Path of directory to clean |
output_dir |
Path to output directory |
file_ext |
Extension of file to move |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.