scan_https {repmis}R Documentation

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)

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.


[Package repmis version 0.5 Index]