When opening RStudio, the system always jumps out the error as below:
"Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="C:/Users/KTT/OneDrive/??": Access is denied."
Even if I added the command below for a correction, nothing was changed:
.libPaths("C:/Program Files/R/R-4.2.1/library") in the 'Rprofile' file or
R_LIBS_Site="C:/Program Files/R/R-4.2.1/library" in 'Rcmd_environ' file