powered by
This function checks if a file with a given name exists in a specified zip file.
check_exists_in_zip(zip_path, file_name)
A logical value indicating whether the file exists in the zip file (TRUE) or not (FALSE).
A character string representing the path of the zip file.
A character string representing the name of the file to check.
if (FALSE) { check_exists_in_zip(zip_path = "/path/to/your.zip", file_name = "file/in/zip.csv") }
Run the code above in your browser using DataLab