Skip to content

Commit

Permalink
fix missing block quote symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed May 2, 2023
1 parent 758cb8d commit c8be09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/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 c8be09e

Please sign in to comment.