Read.table: Basically a read.table but with predetermnined parameters

View source: R/io.R

Read.tableR Documentation

Basically a read.table but with predetermnined parameters

Description

Basically a read.table but with predetermnined parameters

Usage

Read.table(filename, ..., path, row.names = 1)

Arguments

filename

Name of the file of the data.frame to read

...

any other parameter supported by utils::read.table

path

Path of the file if not included in the name or not the working directory

row.names

indicates the row that contains the column names

Value

an adequately formatted data.frame


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.