README.md

R Project

Index Funds

Selection of index funds to visually find a desire ETF to view prices over a one year period.

Installation

# first install the R package "devtools" if not installed (install.packages("devtools")
devtools::install_github('unimi-dse/f13b0221')

Dataset

This package provides a data set of index funds selected for blockchain technologies companies.

# dataset documentation
?IndexFunds::indexfunds

Usage

# Load the package
require(IndexFunds)

Functions

The main function is the following:

  • indexfunds()
  • Will allow to select the ticker of your choice.
  • loaddata. Will store the data collected from Yahoo source.
  • Ticker selected shoud be represented graphically
  • Shiny App

    The function indexfunds() runs a Graphical User Interface to present the data slected by the user.

    indexfunds()
    


    unimi-dse/f13b0221 documentation built on Feb. 16, 2020, 12:24 a.m.