Skip to content

Commit

Permalink
DEV-12: Ungrouped output of create_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
scarnecchia committed Mar 28, 2022
1 parent ab2d791 commit d4a5fee
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3,443 deletions.
3 changes: 2 additions & 1 deletion R/scrape_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ scrape_data <- function() {

data <- create_keys(data) %>%
dplyr::group_by(matID) %>%
dplyr::filter(date_recorded == min(date_recorded))
dplyr::filter(date_recorded == min(date_recorded)) %>%
dplyr::ungroup()

return(data)

Expand Down
Loading

0 comments on commit d4a5fee

Please sign in to comment.