powered by
Read input files including .csv, .xlsx and .txt files in tabular format and return as data.frame.
readMyFile(this_file)
data.frame, content of the file.
File path
Jayachandra N
temp_file <- tempfile(fileext = ".csv") write.csv(mtcars, temp_file) readMyFile(temp_file)
Run the code above in your browser using DataLab