LineSplitter: Split records by new line.

LineSplitterR Documentation

Split records by new line.

Description

Split records by new line.

Split records by new line.

Super class

sagemaker.core::Splitter -> LineSplitter

Methods

Public methods

Inherited methods

Method split()

Split a file into records using a specific strategy This LineSplitter splits the file on each line break.

Usage
LineSplitter$split(file)
Arguments
file

(str): path to the file to split

Returns

list: for the individual records that were split from the file


Method clone()

The objects of this class are cloneable with this method.

Usage
LineSplitter$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.