Skip to content

Commit

Permalink
update tidyselect and github chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohagan committed Jun 23, 2024
1 parent a952902 commit a45ab47
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions github.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,23 @@ delete branch



delete cached item

```{}
git rm -rf --cached /home/hagan/R/learningR/data
```

# cant store PAT for linux so put it in your environ()



```{r}
usethis::edit_r_environ()
```

GITHUB_PAT=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


-45 blue
-36 burges
2 changes: 1 addition & 1 deletion tidyselect.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ diamonds |>
head()
```
1. selects any columns that is.factor returns TRUE
1. selects any columns that is.factor returns TRUEt
```{r}
#| label: where-factor-gt
#| echo: false
Expand Down

0 comments on commit a45ab47

Please sign in to comment.