| read.wad | R Documentation | 
Read Quake WAD file.
read.wad(filepath)
filepath | 
 character string, path to the file.  | 
a wad instance, can be used to extract data or list contents.
## Not run: 
   wadf = '~/knave.wad';
   wad = read.wad(wadf);
   wad.contents(wad);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.