In this R programming tutorial, I will show you how to import comma separated value or csv files using read.csv function in R using jupyter notebook. First, we will import a file in the same folder as our notebook. Then, I will show you how to get the file path for a file in a different folder to import a file from a different folder than your notebook.