read_stocksmart_data: Read data downloaded from StockSMART

Description Usage Arguments Value Examples

View source: R/read_stocksmart_data.R

Description

Read data downloaded from StockSMART

Usage

1
read_stocksmart_data(filedir, filename)

Arguments

filedir

Path to the StockSMART csv file.

filename

Name of the StockSMART csv file.

Value

A dataframe of function read_stocksmart_data, containing inputs to functions that visualize the data.

Examples

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)

Bai-Li-NOAA/StockSMARTVisualizer documentation built on Feb. 12, 2021, 12:31 a.m.