Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: fcjerome <[email protected]>
  • Loading branch information
cforgaci and fcjerome authored Jan 22, 2024
1 parent 3576931 commit f4bb560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/03-explore-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ year_country_gdp_eurasia <- gapminder %>%
filter(continent == "Europe" | continent == "Asia") %>% # | operator (OR) - one of the conditions must be met
select(year, country, gdpPercap)
nrow(year_country_lifeExp_Africa)
nrow(year_country_gdp_eurasia)
```


Expand Down

0 comments on commit f4bb560

Please sign in to comment.