Selection of index funds to visually find a desire ETF to view prices over a one year period.
# first install the R package "devtools" if not installed (install.packages("devtools")
devtools::install_github('unimi-dse/f13b0221')
This package provides a data set of index funds selected for blockchain technologies companies.
# dataset documentation
?IndexFunds::indexfunds
# Load the package
require(IndexFunds)
The main function is the following:
indexfunds()
The function indexfunds()
runs a Graphical User Interface to present the data slected by the user.
indexfunds()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.