export: Export Results

exportR Documentation

Export Results

Description

Creates a Zip archive of all results in CSV format.

Usage

export(object, ...)

## S4 method for signature 'MultivariateAnalysis'
export(object, file, flags = "-r9Xj", ...)

## S4 method for signature 'PCOA'
export(object, file, flags = "-r9Xj", ...)

Arguments

object

A CA, MCA or PCA object.

...

Currently not used.

file

A character string specifying the pathname of the zip file.

flags

A character string of flags (see utils::zip()).

Author(s)

N. Frerebeau

See Also

utils::write.csv(), utils::zip()

Other getters: get_contributions(), get_coordinates(), get_data(), get_eigenvalues()

Examples

## Not run: 
## Load data
data("iris")

## Compute principal components analysis
X <- pca(iris, sup_quali = "Species")

## Export results
export(X, file = "results.zip")

## End(Not run)

dimensio documentation built on April 3, 2025, 10:36 p.m.