-
Notifications
You must be signed in to change notification settings - Fork 3
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
Question about the dataset and how to insert a picture #2
Comments
Promise means the dataset exists in R, but has not yet been loaded. If you type for example: summary( crimtab ) You will see the "promise" turns into the meta-data you see for others. Regarding your picture, I think the tilde is confusing R. When you knit, R will always look for the file in the same directory as the RMD file. If it's in a folder on the desktop, for example, you would write:
The tilde ~ tells the program to start from the base directory (usually C:). The real-time preview might understand that convention, but the knitr package does not, which is why you get the error. |
Where is your RMD file and image file? Is the images folder inside the same folder as your RMD file? RMD |
My RMD file and image file are in different folders so do I have tp put the images folder in the same folder as my RMD file? Thank you. |
I think i understand. |
Why is some datasets in the category of "Data" and others in the category of "Value"? What does "Promise"mean?
2.
I try to insert the picture in the markdown but an error still shows up. Looking back at the code, there seems no problem because the picture appear right under the code. What is the problem?
Thank you.
The text was updated successfully, but these errors were encountered: