export_processor: Exports a processor object

Description Usage Arguments Value Examples

View source: R/collection.R

Description

Exports a processor object

Usage

1
2
3
4
export_processor(...)

## S3 method for class 'collection'
export_processor(x, ...)

Arguments

...

further arguments passed to or from other methods(not currenctly used).

x

A collection object

Value

A processing_template object

Examples

1
2
3
4
5
6
7
library(tidySpectR)

fa_nmr %>% 
  mask(from = 5, to = Inf) %>%
  bucket_uniform(N = 10) %>%
  export_processor() %>%
  tidy()

CVUA-RRW/tidySpectR documentation built on April 13, 2021, 11:41 a.m.