You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have combined the Lab 04 and Lab 05 source files into one, and I am able to effectively use it for my Lab 05 Rmd file. However, I am having issues with utilizing it for my Lab 04 Rmd file. It appears that the issue is in the "panel.cor" and "panel.smooth" functions that are used for the correlation matrix. When I try to run the import::here() function, I receive the following error message:
Error: Cannot assign name to different value in the given environment. Name already in use.
I have tried renaming both of these variables in a multitude of ways in my .R source file, but the same error message comes up. There does not seem to be much guidance on this specific Error Message on Stack Overflow or anything.
The text was updated successfully, but these errors were encountered:
This error is a general error in which an object exists in your Global Environment but your .rmd file is attempting to import the same object(s) again when you attempt to knit the file.
I have combined the Lab 04 and Lab 05 source files into one, and I am able to effectively use it for my Lab 05 Rmd file. However, I am having issues with utilizing it for my Lab 04 Rmd file. It appears that the issue is in the "panel.cor" and "panel.smooth" functions that are used for the correlation matrix. When I try to run the import::here() function, I receive the following error message:
Error: Cannot assign name to different value in the given environment. Name already in use.
I have tried renaming both of these variables in a multitude of ways in my .R source file, but the same error message comes up. There does not seem to be much guidance on this specific Error Message on Stack Overflow or anything.
The text was updated successfully, but these errors were encountered: