export: generates plain text files from eNetXplorer object
Description
This function enables the extraction of three different levels of data (input, summary, and detailed output results)
from an eNetXplorer object. Plain text data files are produced with tab- or comma-separated-value formats.
# NOT RUN {data(QuickStartEx)
fit = eNetXplorer(x=QuickStartEx$predictor,y=QuickStartEx$response,
family="gaussian",n_run=20,n_perm_null=10,seed=111)
export(x=fit,dest_dir=tempdir())
# }