ds.get.url: Load data from URL
Description
Load data from URL
Usage
ds.get.url(
url,
h = curl::new_handle(),
useragent = "Mozilla/5.0 (Windows NT 6.1; Win64; rv:62.0) Gecko/20100101",
referer = NULL
)
Arguments
- url
url
- h
curl handle
- useragent
user agent
- referer
referer
Examples
Run this code # \donttest{
ds.get.url('https://finance.yahoo.com/')
# }
Run the code above in your browser using DataLab