diff --git a/github.qmd b/github.qmd index 860503e..9b2dabe 100644 --- a/github.qmd +++ b/github.qmd @@ -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 diff --git a/tidyselect.qmd b/tidyselect.qmd index 7531b3b..acf4799 100644 --- a/tidyselect.qmd +++ b/tidyselect.qmd @@ -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