path doenst exist

hey i need some help with my code i have the error that the file doesnt exist
Error: path does not exist: ‘suceava.xlsx’

This means that the file in not in the working directory. Give a full system pathname or place the file in the working directory.

Hi @ocu2005 , a easy way for select the correct path is use file.choose()

#Put in the console this:

file.choose()

# Show a new window for find the file. Press open and you will get the correct path
#Maybe something like this 

# This path is 

"C:\\Users\\myuser\\Downloads\\validator-results (1).csv"

Like is a .csv file im could use this for load the data

data_load <- read.csv("C:\\Users\\myuser\\Downloads\\validator-results (1).csv")

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.