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

Description Usage Arguments Value Source

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.


christophergandrud/repmis documentation built on May 13, 2019, 7:03 p.m.