| excel2rdata {word.alignment} | R Documentation |
Converting Excel Files Into Required R Format
Description
This function converts the excel files into required RData format.
Usage
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
[Package word.alignment version 1.1 Index]