msci_link: Link to investing.com's historical data for a given MSCI...

Description Usage Arguments Value Examples

View source: R/data-scrape.R

Description

Given a country name, returns a string which we expect to be the url at investing.com for the historical data of that msci index.

Usage

1
msci_link(country_name)

Arguments

country_name

The country name, e.g. "New Zealand"

Value

A string with the appropriate url

Examples

1
2
3
msci_link("Australia")
msci_link("New Zealand")
msci_link("Austria")

benSepanski/pfselect documentation built on May 1, 2020, 1:57 p.m.