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

Description Usage Arguments Value Examples

View source: R/ImportData.R

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
 read.bin(filename = system.file("extdata", "S58-1-1.bin",
                                 package = "FreqProf"))

AIBRT/FreqProf documentation built on May 5, 2019, 11:30 a.m.