parseURL | R Documentation |
Parsing URL call This function construct the URL string used to request data from TADAWUL website.
parseURL(
startDate,
endDate,
comp_symbol,
startIndex,
endIndex,
type,
adjusted = FALSE
)
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" |
parsed url link for data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.