excel2rdata: Converting Excel Files Into Required R Format

Description Usage Arguments Value Note Author(s) See Also

View source: R/excel2rdata.R

Description

This function converts the excel files into required RData format.

Usage

1
excel2rdata(file.align = 'alignment.xlsx', null.tokens = TRUE, len = len)

Arguments

file.align

the excel file name which we want to convert it into required RData format.

null.tokens

logical. If TRUE, 'null' is added at the first of each source sentence of the test set.

len

the number of sheets of the excel file to be converted into RData format. It must be assigned by the user.

Value

an RData object as 'file.align.RData'.

Note

Note that in order to use the created excel file for the function evaluation, don't forget to use excel2rdata function to convert the excel file into required RData format.

Author(s)

Neda Daneshgar and Majid Sarmad.

See Also

cross.table, evaluation


word.alignment documentation built on May 1, 2019, 10:21 p.m.