deleteCR {GeneR} | R Documentation |
Windows and Mac files does not use same terminating newline. This function convert file to Unix standard with only '\n' char for terminating newline.
deleteCR(file)
file |
file name of a file |
0 if error, else 1.
## WARNING: Because NCBI changed the web service the seqNcbi() function ## needs to connect to, the function is broken. Please contact ## the maintainer of the GeneR package about this. Thanks! if (interactive()) { seqNcbi("BY608190",file="BY608190.gbk",type="G") deleteCR("BY608190.gbk") }