Skip to content

Instantly share code, notes, and snippets.

@mribeirodantas
Created April 5, 2020 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mribeirodantas/87de4421567a3ca9635d4205a6a15ca0 to your computer and use it in GitHub Desktop.
Save mribeirodantas/87de4421567a3ca9635d4205a6a15ca0 to your computer and use it in GitHub Desktop.
df %>%
group_by(estado) %>%
slice(which(growth_rate_casos == Inf)[1]:n()) -> df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment