Skip to content

Commit

Permalink
Merge pull request #254 from naupaka/style-guides
Browse files Browse the repository at this point in the history
Update to include additional style guides per #154
  • Loading branch information
naupaka authored Jan 19, 2024
2 parents 699933b + 80042e5 commit 2b46e56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion episodes/01-r-basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ Here are some important details about naming objects in R.

There are a few more suggestions about naming and style you may want to learn
more about as you write more R code. There are several "style guides" that
have advice, and one to start with is the [tidyverse R style guide](https://style.tidyverse.org/index.html).
have advice. One of the more widely used is the [tidyverse R style guide](https://style.tidyverse.org/index.html),
but there is also a [Google R style guide](https://google.github.io/styleguide/Rguide.html), and
[Jean Fan's R style guide](https://jef.works/R-style-guide/), among others.

::::::::::::::::::::::::::::::::::::::::: callout

Expand Down

0 comments on commit 2b46e56

Please sign in to comment.