Skip to contents

Given a file folder, creates a zip file containing all the underlying files, starting at the directory level.

Usage

ft_zip_directory(directory, zipfile, add_date = TRUE)

Arguments

directory

what directory of files to zip

zipfile

where to save the zip file

add_date

should the date be added?

Value

path to file

See also

Other File Manipulation: ft_add_figure_numbers(), ft_rename_outputs()