Learn R Programming

FreqProf (version 0.0.1)

read.bin: 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

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

Run the code above in your browser using DataLab