bin_to_txt: to convert binary file to text file

Description Usage Arguments Value Examples

View source: R/word2vec.R

Description

to convert binary file to text file

Usage

1
bin_to_txt(bin_file, txt_file)

Arguments

bin_file

binary file name

txt_file

text file name

Value

text file giving text file

Examples

1
2
3
4
## Not run: 
bin_to_txt("binary_name.bin","txt_name.bin")

## End(Not run)

mukul13/rword2vec documentation built on May 23, 2019, 8:22 a.m.