View source: R/Remove_line_TextFile.R
Remove_line_TextFile | R Documentation |
Function to remove lines from a text file.
Remove_line_TextFile(oldfile, line_2_del, newfile = oldfile)
oldfile |
text file to modify by removing lines |
line_2_del |
a vector of line numbers to remove |
newfile |
text file. This is oldfile after line removal |
NOTHING
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.