-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting issues with using the setwd command #156
Comments
What is the error you get? |
Was able to figure it out. Thanks! |
However, there is another issue Quitting from lines 58-69 (MarketSegmentationProcessInClassParts1and2.Rmd)
processing file: MarketSegmentationProcessInClassParts1and2.Rmd |.. | 4% Quitting from lines 58-69 (MarketSegmentationProcessInClassParts1and2.Rmd) |
What are the lines 58 - 69 in your RMD file? |
\clearpage |
I have the correct directory as set by setwd() |
|
Tried it but it did not work. Could I comment out the whole section? 58-69? |
No. Don't comment it out. The RMD needs that piece for knitting. Do you have the Library.R script on your disk somewhere? What is the path to that file? |
Yes, file is available on my computer. I've made the following address change (locating it to the right folder) Still get an error suppressWarnings(source("C:\Users\manna\Documents\COURSES\Data Science for Business\INSEADAnalytics-master\INSEADAnalytics-master\CourseSessions\Session1 |
Can you try this instead? I just replaced with appropriate slashes. |
Tried and it still fails :( Quitting from lines 58-71 (MarketSegmentationProcessInClassParts1and2.Rmd) Lines 58-71
|
Are you sure your path is correct? You should be routing to the |
|
Thanks a lot. It works! |
Can someone comment on the setwd() command in R?
Seemingly have followed the correct syntax, but keep on getting an error
setwd("Addresstoworkingdirectory")
The text was updated successfully, but these errors were encountered: