read.bin {FreqProf}R Documentation

Reads the data in the file "filename", which is supposed to be a .bin file

Description

Reads the data in the file "filename", which is supposed to be a .bin file

Usage

read.bin(filename)

Arguments

filename

a string indicating the path of the file.

Value

A data.frame giving the raw data.

Examples

 
 read.bin(filename = system.file("extdata", "S58-1-1.bin",
                                 package = "FreqProf"))
 

[Package FreqProf version 0.0.1 Index]