read.bin: Reads the data in the file "filename", which is supposed to...

Description Usage Arguments Value Examples

Description

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

Usage

1
read.bin(filename)

Arguments

filename

a string indicating the path of the file.

Value

A data.frame giving the raw data.

Examples

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

FreqProf documentation built on May 2, 2019, 6:38 a.m.