27.10 Cloud

Desktop apps for Dropbox, Google Drive, OneDrive, etc., allow you browse the files in your account in e.g. File Explorer on Windows (or equivalent on Mac) as if they are in a folder on your computer. You can also load files into R. For example, Google Drive by default maps to G: drive, so you can read a file from your Google Drive like this

read.csv('G:/my/full/path/myfilename.csv')