View() is a command to view your dataframe in a separate window, similar to how you'd view a worksheet in excel.
If you're looking to import a .csv and assign it to an object in R, use the following code.
df <- read.csv("HDD:/Folder/File_name.csv")
``