View source: R/read_data_utils.R
read_in_zip | R Documentation |
may be to improve caching file, in case one wants to read again without the need to extracting again
read_in_zip(file, pattern, readfn = haven::read_dta)
file |
the path to the zip file |
pattern |
a regex pattern |
readfn |
what function use to read the file? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.