read_files: Function to import files by automatically identify delimiters

View source: R/data_preprocessing.R

read_filesR Documentation

Function to import files by automatically identify delimiters

Description

Function to import files by automatically identify delimiters

Usage

read_files(
  file_path = NULL,
  header = TRUE,
  row_names = 1,
  stringsAsFactors = F
)

Arguments

file_path

the name of the file which the data are to be read from.

header

a logical value indicating whether the file contains the names of the variables as its first line.

row_names

a vector of row names.

stringsAsFactors

logical: should character vectors be converted to factors?

Value

data.frame


goushixue/QRseq documentation built on July 9, 2023, 9:28 a.m.