Learn R Programming

miceadds (version 1.5-0)

crlrem: RUtilities: Removing CF Line Endings

Description

This function removes CF line endings from a text file and writes the processed file in the working directory.

Usage

crlrem( filename1 , filename2 )

Arguments

filename1
Name of the original file (possibly with CF line endings)
filename2
Name of the processed file (without CF line endings)

Examples

Run this code
filename1 <- "rm.arraymult__0.02.cpp"
filename2 <- "rm.arraymult__0.03.cpp"
crlrem( filename1 , filename2 )

Run the code above in your browser using DataLab