find_in_zip: find filename matching regex in a zipped file

View source: R/read_data_utils.R

find_in_zipR Documentation

find filename matching regex in a zipped file

Description

find filename matching regex in a zipped file

Usage

find_in_zip(x, pattern, basename = FALSE, ...)

Arguments

x

character zip file path

pattern

character regex pattern

basename

boolean find in base name only (exclude path but with extensiion)

...

extra regex's args


kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.