read.pak | R Documentation |
Read Quake PAK archive.
read.pak(filepath)
filepath |
character string, path to the file including extension. |
a 'pak' instance.
## Not run:
pakf = '~/.steam/steam/steamapps/common/Quake/Id1/PAK0.PAK';
pak = read.pak(pakf);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.