readSwiftKeyLinesPath: Read Swiftkey Lines from File given Path

Description Usage Arguments Value Examples

View source: R/DAL.R

Description

This reads lines from a file of swiftkey data, given its file path. It can do so using one (default) or more blocks, which are concatenated.

Usage

1
readSwiftKeyLinesPath(x, blocksize = 100, blocks = 1)

Arguments

x

path to file or open connection

blocksize

number of lines to read per block

blocks

total number of blocks

Value

character vector of lines of swiftkey data

Examples

1
2
3
4
## For simple run:
readSwiftKeyLines('/path/to/file', blocksize = 100, blocks = 1)
## This is equivalent to:
readSwiftKeyLines('/path/to/file', blocksize = 25, blocks = 4)

minimenchmuncher/courseraSkCapstone documentation built on May 22, 2019, 11:54 p.m.