stock_details: Function that displays and plot the stock data

Description Usage Arguments Details Value Author(s) See Also

View source: R/stock_info.R

Description

Function that displays and plot the stock data

Usage

1
stock_details(stock_name, start_date, end_date = Sys.Date())

Arguments

stock_name

a sting that represent the symbol of the Company listed in NASDAQ

start_date

a sting that represent the date

end_date

a sting that represent the date; Current date is taken as default if no value is provided

Details

The function initially cleans the entered argumets and check their validity. Then collect the data file, dispalys the data for the analysis

Value

Data and plot

Author(s)

Rijin Baby

See Also

ggplot aes labs geom_line


rijinbaby/test2 documentation built on Feb. 7, 2020, 12:26 a.m.