Description Usage Arguments Value Examples
View source: R/FIT-fit_object.R
This function is used to export the fit results as a csv file.
1 2 | ## S3 method for class 'nmr.fit.object'
export(fit, filename)
|
fit |
The fit object |
filename |
The path to the file (ending in .csv) |
None
1 | export(fit, "/path/to/file.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.