Description Usage Arguments Value Examples
Exports a processor object
1 2 3 4 | export_processor(...)
## S3 method for class 'collection'
export_processor(x, ...)
|
... |
further arguments passed to or from other methods(not currenctly used). |
x |
A |
A processing_template
object
1 2 3 4 5 6 7 | library(tidySpectR)
fa_nmr %>%
mask(from = 5, to = Inf) %>%
bucket_uniform(N = 10) %>%
export_processor() %>%
tidy()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.