Learn R Programming

MLMOI (version 0.1.2)

moi_export: Exports the dataset in standard format to a new excel file.

Description

This function exports the modified dataset in standard format to a new excel file.

Usage

moi_export(export, final)

Value

An excel file which contains dataset in standard format.

Arguments

export

string; the path where the imported data is stored in standardized format.

final

data frame; modified dataset in standard format.

See Also

For further details, please see the following functions: moimport.