Learn R Programming

reproducible (version 0.2.0)

readLinesRcpp: Alternative to readLines that is faster

Description

This alternative is from https://gist.github.com/hadley/6353939

Usage

readLinesRcpp(path)

Arguments

path

Path to text file to read.

Value

Similar to readLines. It may not return identical results.

Examples

Run this code
# NOT RUN {
readLinesRcpp(system.file(package = "reproducible", "DESCRIPTION"))
# }

Run the code above in your browser using DataLab