Description Usage Arguments Value Examples
View source: R/read_stocksmart_data.R
Read data downloaded from StockSMART
1 | read_stocksmart_data(filedir, filename)
|
filedir |
Path to the StockSMART csv file. |
filename |
Name of the StockSMART csv file. |
A dataframe of function read_stocksmart_data
, containing inputs to functions that visualize the data.
1 2 3 4 5 6 7 | ## Not run:
read_stocksmart_data(
filedir = system.file("extdata", package="StockSMARTVisualizer"),
filename = "Current_SIS_Records.csv"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.