parseURL: Parsing URL call This function construct the URL string used...

View source: R/parseURL.R

parseURLR Documentation

Parsing URL call This function construct the URL string used to request data from TADAWUL website.

Description

Parsing URL call This function construct the URL string used to request data from TADAWUL website.

Usage

parseURL(
  startDate,
  endDate,
  comp_symbol,
  startIndex,
  endIndex,
  type,
  adjusted = FALSE
)

Arguments

startDate

The start date of the query. Date is a string that needs to be in mm/dd/yyy format

endDate

The end date of the query. Date is a string that needs to be in mm/dd/yyy format

comp_symbol

Company Symbol number

startIndex

start of data indexing

endIndex

end of data indexing

type

Type of URL cal. Choices are "company" or "index"

adjusted

adjustment string variable. Options are "yes or "no"

Value

parsed url link for data


Hussain-Alsalman/tasi documentation built on Sept. 7, 2024, 1:17 p.m.