Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jtr13 authored Oct 12, 2019
1 parent 7c5bbde commit a74c1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ Click "Session" "Restart R" and then run the chunks one by one from the top unti

### Functions stop working

Strange behavior from functions that previously worked are often caused by function conflicts. This can happen if you have two packages loaded with the same function names. To indicate the proper package, *namespace* it. Conflicts commonly occure with `select` and `filter` and `map`. If you intend the tidyverse ones use:
Strange behavior from functions that previously worked are often caused by function conflicts. This can happen if you have two packages loaded with the same function names. To indicate the proper package, *namespace* it. Conflicts commonly occur with `select` and `filter` and `map`. If you intend the tidyverse ones use:

`dplyr::select`, `dplyr::filter` and `purrr::map`.

(Run across other conflicts or have more troubleshooting tips? Submit an [issue](https://github.com/jtr13/edav/issues){target="_blank"}
Run across other conflicts or have more troubleshooting tips? Submit an [issue](https://github.com/jtr13/edav/issues){target="_blank"}.

## Tips & Tricks

Expand Down

0 comments on commit a74c1da

Please sign in to comment.