Skip to content

Commit

Permalink
delete accidental insertions
Browse files Browse the repository at this point in the history
  • Loading branch information
levisc8 committed Sep 30, 2019
1 parent c71d298 commit f32e07a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions R/browse.R
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,6 @@ taxa_nest <- function(x, full_tbl){

}

# nest data set
out <- x %>%
dplyr::group_by(.dots = setdiff(names(x),taxas)) %>%
tidyr::nest(taxas = tidyr::one_of(taxas))
# Names of taxonomic lists
names(out$taxas) <- paste0("taxa_project_", out$proj_metadata_key)

return(out)

}

0 comments on commit f32e07a

Please sign in to comment.