ds.get.url: Load data from URL

ds.get.urlR Documentation

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

  
 ds.get.url('https://finance.yahoo.com/')
 


rtsdata documentation built on Sept. 25, 2023, 9:06 a.m.