Description Usage Arguments Details Value Author(s) Examples
This function takes the file path as parameter and opens CSV file from given path.
1 |
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. |
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)
This function will read the csv file from given path.
Farhan Mubasher (xululabs)
1 | tamahagane.read.csv(file.path= "C:/farhan/Desktop/Titanic.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.