Skip to content

Commit

Permalink
20250220 - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jncaskey committed Feb 20, 2025
1 parent e477bae commit 3c41e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ In addition, particular errors/warnings/issues are included below:
- 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
- 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
- Running code line-by-line is particularly useful because it allows you to inspect the data at each step of its processing
- Data issues are a commonly the culprit of code errors (see below)
- Data issues are commonly the culprit of code errors (see below)
1. **Check for typos**
- Are all brackets/parentheses/etc. closed?
- 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`*)
Expand Down Expand Up @@ -500,7 +500,7 @@ The instructions to download and configure `git` software can be found [here](gi
# Push changes to git using credentials
push(repo, credentials = cred_user_pass("insertUsername", myPassword))
```
# Reading Password Protected Excel Databases
A helpful post can be found here: <br>
Expand Down

0 comments on commit 3c41e96

Please sign in to comment.