In R programming language, is it possible to split a .txt file like this: mixed_data.txt ->
in two .txt files like: file1.txt
and file2.txt
In R programming language, is it possible to split a .txt file like this: mixed_data.txt ->
in two .txt files like: file1.txt
and file2.txt
Here's an attempt based on your example:
This code is obviously untested because I can't test on the picture of a file you posted. If there are issues, please post the sample data as text, not as a picture, otherwise I can't debug.