read.pak: Read Quake PAK archive.

Description Usage Arguments Value Examples

View source: R/read_pak.R

Description

Read Quake PAK archive.

Usage

1
read.pak(filepath)

Arguments

filepath

character string, path to the file including extension.

Value

a 'pak' instance.

Examples

1
2
3
4
5
## Not run: 
   pakf = '~/.steam/steam/steamapps/common/Quake/Id1/PAK0.PAK';
   pak = read.pak(pakf);

## End(Not run)

wal documentation built on Jan. 17, 2021, 5:10 p.m.