Unzip from a path to a single file or multiple files to a specified output output directory but only if the internal files has a given extension.
1 | filtered_unzip(path, extension = NULL, output_dir = getwd())
|
path |
path to a file or vector of files to paths to unzip from. |
extension |
extension to filter for, no filtering if left unspecified. |
output_dir |
directory to write unzipped files to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.