R Troubleshooting

Compiled list of issues

R TroubleshootingCannot find data Cannot knit! Need to comment out install_packages()Cannot upload output to Blackboard

 

Cannot find data

Look at the working path on RStudio. It's right below the tab. Make sure your data file is in that folder.

 

 

Cannot knit!

 

Need to comment out install_packages()

Your markdown file includes a command to install a package (something like install_packages(). You should comment out the command or delete it.

 

Cannot upload output to Blackboard

Blackboard can only accept .doc or .pdf files. If you want to upload an html file, you must compress it first and upload a zip file instead.