LineSplitter | R Documentation |
Split records by new line.
Split records by new line.
sagemaker.core::Splitter
-> LineSplitter
split()
Split a file into records using a specific strategy This LineSplitter splits the file on each line break.
LineSplitter$split(file)
file
(str): path to the file to split
list: for the individual records that were split from the file
clone()
The objects of this class are cloneable with this method.
LineSplitter$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.