read_data: Reads a File in a txt or csv Format that Contains a Table and...

Description Usage Arguments Value

Description

Reads a File in a txt or csv Format that Contains a Table and Creates a Data Frame from it

Usage

1
read_data(file_name, file_path = NULL, notification = TRUE)

Arguments

file_name

A string with the name of the file to be read into R. The string should include the file extension.

file_path

A string with the path to the folder in which the file to read is located. Default is NULL.

notification

Logical. If TRUE, prints messages about the progress of the function. Default is TRUE.

Value

A data frame of the table specified in file_name.


prepdat documentation built on May 1, 2019, 11:24 p.m.