Skip to content

Commit

Permalink
Merge pull request #372 from raynamharris/patch-2
Browse files Browse the repository at this point in the history
remove out of date comment in 07-control-flow.Rmd
  • Loading branch information
naupaka committed Apr 15, 2018
2 parents 10338f1 + 6e9e769 commit 1dbab9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions episodes/07-control-flow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ if (condition is true) {
Say, for example, that we want R to print a message if a variable `x` has a particular value:

```{r}
# sample a random number from a Poisson distribution
# with a mean (lambda) of 8
x <- 8
if (x >= 10) {
Expand Down

0 comments on commit 1dbab9c

Please sign in to comment.