cut_txt.Rd
This function reads a text file and splits it into chunks where each chunk contains a specified number of chapters. Chapters are identified by markers like "第.*章".
cut_txt(file, marker = "第.*章", num_chapters = 25)
NULL (The function writes output files.)
if (FALSE) { # \dontrun{
cut_txt(file = "your_file.txt", marker = "第.*章", num_chapters = 25)
} # }