Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterprovoost committed May 31, 2019
1 parent 2a8de3a commit f9b8220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/checklist.R
Expand Up @@ -85,6 +85,7 @@ checklist <- function(

}

data <- bind_rows(result_list) %>% arrange(desc(records))
data <- bind_rows(result_list)
data <- data[order(data$records, decreasing = TRUE),]
return(data)
}

0 comments on commit f9b8220

Please sign in to comment.