Does renaming or moving Rstudio directory file delete the R scripts stored inside the directory?

1

Capture

No. It simply means that the path to the file has changed and R can no longer find the file. If you have a file with the path:

"/home/john/RJunk"  

and change it to

"/home/john/my_thesis"

your computer needs to know the new path or address.

"/home/john/RJunk/chi_sq.r"  

has become

"/home/john/my_thesis/chi_sq.r"

This topic was automatically closed 21 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.