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

Description Usage Arguments Value Source

View source: R/scan_https.R

Description

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

Usage

1
scan_https(url, sha1 = NULL)

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.

Value

a charcter object of length 1

Source

Originally based on source_url from the Hadley Wickham's devtools package.


repmis documentation built on May 2, 2019, 12:48 a.m.