Learn R Programming

fdm2id (version 0.9.5)

loadtext: load a text file

Description

(Down)Load a text file (and extract it if it is in a zip file).

Usage

loadtext(file = file.choose(), dir = "~/", collapse = TRUE)

Arguments

file

The path or URL of the text file.

dir

The (temporary) directory, where the file is downloaded. The file is deleted at the end of this function.

collapse

Indicates whether or not lines of each documents should collapse together or not.

Value

The text contained in the dowloaded file.

See Also

download.file, unzip

Examples

Run this code
# NOT RUN {
text = loadtext ("http://mattmahoney.net/dc/text8.zip")
# }

Run the code above in your browser using DataLab