Learn R Programming

wal (version 0.1.0)

read.wad: Read Quake WAD file.

Description

Read Quake WAD file.

Usage

read.wad(filepath)

Value

a wad instance, can be used to extract data or list contents.

Arguments

filepath

character string, path to the file.

Examples

Run this code
if (FALSE) {
   wadf = '~/knave.wad';
   wad = read.wad(wadf);
   wad.contents(wad);
}

Run the code above in your browser using DataLab