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
Copy file name to clipboardExpand all lines: R.Rmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@ In addition, particular errors/warnings/issues are included below:
324
324
- If you are using RStudio, a red line will often appear on the lefthand side of the screen to indicate the particular line(s) of code that result in an error
325
325
- It may be useful to clear your working environment in R before trying to diagnose an error to be sure that you are not experiencing any interference from existing objects in the environment
326
326
- Running code line-by-line is particularly useful because it allows you to inspect the data at each step of its processing
327
-
- Data issues are a commonly the culprit of code errors (see below)
327
+
- Data issues are commonly the culprit of code errors (see below)
328
328
1.**Check for typos**
329
329
- Are all brackets/parentheses/etc. closed?
330
330
- Does the object/variable that you are referring to exist? (*If the object does not exisit, you will likely get an error message indicating `[object name] not found`*)
@@ -500,7 +500,7 @@ The instructions to download and configure `git` software can be found [here](gi
0 commit comments