read_csv: Read CSV Function

Description Usage Arguments Details Value Author(s) Examples

Description

This function takes the file path as parameter and opens CSV file from given path.

Usage

1
read_csv(file.path= " your file path")

Arguments

file.path

This parameter will take path of CSV file and will give it to the function as input. So that function can read csv file from this given path.

Details

Your file path should be in this format, for example , With back slashes (file.path= "D:\folder\folder\file.csv") and With forward slashes (file.path = "D:/folder/folder/file.csv)

Value

This function will read the csv file from given path.

Author(s)

Farhan Mubasher (xululabs)

Examples

1
tamahagane.read.csv(file.path= "C:/farhan/Desktop/Titanic.csv")

farhanmubasher/tamahagane documentation built on May 16, 2019, 10:09 a.m.