Exports a processor object
export_processor(...) # S3 method for collection export_processor(x, ...)
... | further arguments passed to or from other methods(not currenctly used). |
---|---|
x | A |
A processing_template
object
library(tidySpectR) fa_nmr %>% mask(from = 5, to = Inf) %>% bucket_uniform(N = 10) %>% export_processor() %>% tidy()#> # A tibble: 2 x 4 #> num name method id #> <int> <chr> <chr> <chr> #> 1 1 mask mask mask_354206 #> 2 2 uniform_binning bucket_from_breaks uniform_binning_825198