Skip to contents

Extract results from defined bake

Usage

cool(rec, bake = 1)

Arguments

rec

A PrepRecipe object.

bake

Name or index of the bake to extract.

Value

tbl_df

Examples

data(test_prep_rec)
rec <- bake(test_prep_rec)
cool(rec)
#>  Baking with count_cutoff = 2
#> # A tibble: 16 × 2
#>    taxa_id taxa            
#>    <chr>   <chr>           
#>  1 Otu_78  Bacteroides     
#>  2 Otu_88  Odoribacter     
#>  3 Otu_119 Alistipes       
#>  4 Otu_125 Parabacteroides 
#>  5 Otu_96  Prevotella      
#>  6 Otu_82  Barnesiella     
#>  7 Otu_94  Paraprevotella  
#>  8 Otu_332 Catenibacterium 
#>  9 Otu_255 Blautia         
#> 10 Otu_35  Collinsella     
#> 11 Otu_262 Dorea           
#> 12 Otu_365 Mitsuokella     
#> 13 Otu_259 Coprococcus     
#> 14 Otu_330 Ruthenibacterium
#> 15 Otu_307 Faecalibacterium
#> 16 Otu_433 Haemophilus