View source: R/unite_by_source.R
unite_by_source | R Documentation |
Unite by source This function gets a 'STRATA_USED_DESC' for a data frame. This must be used witha specific 'DISCARD_SOURCE' and 'GF' grouping.
unite_by_source(mytable)
mytable |
input table from discard estiamtion |
table with STRATA_USED_DESC column
Benjamin Galuardi
tab_list =joined_table %>%
group_split(DISCARD_SOURCE, GF) %>% # group_split may be deprecated in the future..
lapply(., unite_by_source)
joined_table = do.call(rbind, tab_list) %>%
as_tibble()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.