openfile: File opener

View source: R/openfile.r

openfileR Documentation

File opener

Description

This is an internal functuon. This function opens a file and reads the data into a dataframe.

Usage

openfile(fileLocation, separator, header, commentChar)

Arguments

fileLocation

location to the file to be opened

separator

variable that is used to separate columns

header

true/false used to open a file with or without a header

commentChar

character used as commented lines to be ignored in the file

Value

Returns nothing


BioHPC/LONGO documentation built on Oct. 9, 2024, 12:36 a.m.