Learn R Programming

repmis (version 0.5.1)

scan_https: Read a character text file from a secure (https) site into R as a single object.

Description

Read a character text file from a secure (https) site into R as a single object.

Usage

scan_https(url, sha1 = NULL)

Value

a charcter object of length 1

Arguments

url

The files's URL.

sha1

Character string of the file's SHA-1 hash, generated by source_data. Note if you are using data stored using Git, this is not the file's commit SHA-1 hash.