View source: R/read_quake_archive.R
qarchive.extract | R Documentation |
Extract any of the supported Quake archives.
qarchive.extract(filepath, outdir, format = "auto", do_pre_checks = TRUE)
filepath |
character string, path to existing and readable file in PAK or WAD2 format. |
outdir |
character string, path to an existing and writeable output directory into which to extract the archive. |
format |
character string, of one 'auto' to detect from filename, 'QARCHIVE_TYPE_WAD' for WAD2, or 'QARCHIVE_TYPE_PAK' for PACK. |
do_pre_checks |
logical, whether to perform extra sanity checks on the other parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.