View source: R/text_line_dataset.R
text_line_dataset | R Documentation |
A dataset comprising lines from one or more text files.
text_line_dataset(
filenames,
compression_type = NULL,
record_spec = NULL,
parallel_records = NULL
)
filenames |
String(s) specifying one or more filenames |
compression_type |
A string, one of: |
record_spec |
(Optional) Specification used to decode delimimted text lines
into records (see |
parallel_records |
(Optional) An integer, representing the number of records to decode in parallel. If not specified, records will be processed sequentially. |
A dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.