View source: R/read_data_utils.R
find_in_zip | R Documentation |
find filename matching regex in a zipped file
find_in_zip(x, pattern, basename = FALSE, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.