read_url: Read a file from a URL

View source: R/utils.R

read_urlR Documentation

Read a file from a URL

Description

Quietly download, read, and delete file

Usage

read_url(url)

Arguments

url

URL to a file

Value

A character vector of lines of text or NULL if the file could not be downloaded.


gutenbergr documentation built on March 15, 2026, 9:06 a.m.