readHeaderXLS {codelink}R Documentation

Read Header from XLS exported Codelink Bioarrays Files

Description

Read the header of Codelink files and obtain useful information.

Usage

readHeaderXLS(file, dec=FALSE)

Arguments

file File to read.
dec logical; If TRUE determine decimal point.

Details

This function is not meant to be used by normal users.

Value

A list with header and other usefull information.

Note

Author(s)

Diego Diez

See Also

Examples

    ## NOT RUN ##
    #files <- list.files(pattern="TXT")
    #head <- readHeaderHeader(files[1])
    #############

[Package codelink version 1.4.0 Index]