Skip to content

Commit

Permalink
Merge pull request #828 from swcarpentry/zkamvar-patch-1
Browse files Browse the repository at this point in the history
fix missing block quote symbol
  • Loading branch information
zkamvar authored May 2, 2023
2 parents 8a7e48d + 5838ff8 commit 94d2c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes_rmd/07-control-flow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ output_vector2
> > tmp <- gapminder[gapminder$continent == iContinent, ]
> > cat(iContinent, mean(tmp$lifeExp, na.rm = TRUE), "\n")
> > rm(tmp)
}
> > }
> > ```
> >
> > **Step 3**: The exercise only wants the output printed if the average life expectancy is less than 50 or greater than 50.
Expand Down

0 comments on commit 94d2c42

Please sign in to comment.