Commit 05731a0c authored by Midoux Cedric's avatar Midoux Cedric
Browse files

NArm=FALSE dans tableGlom

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -220,7 +220,7 @@ shinyServer
})
output$tableGlom <- DT::renderDataTable(server = FALSE, {
Glom <- tax_glom(data16S(), input$glomRank)
Glom <- tax_glom(data16S(), input$glomRank, NArm=FALSE)
taxTableGlom <- Glom %>%
tax_table() %>%
as.data.frame(stringsAsFactors = FALSE) %>%
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment