Skip to content

Commit 3c41e96

Browse files
committed
20250220 - typo
1 parent e477bae commit 3c41e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ In addition, particular errors/warnings/issues are included below:
324324
- 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
325325
- 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
326326
- 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)
328328
1. **Check for typos**
329329
- Are all brackets/parentheses/etc. closed?
330330
- 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
500500
# Push changes to git using credentials
501501
push(repo, credentials = cred_user_pass("insertUsername", myPassword))
502502
```
503-
503+
504504
# Reading Password Protected Excel Databases
505505
506506
A helpful post can be found here: <br>

0 commit comments

Comments
 (0)