Skip to content

Commit

Permalink
Updated history b/c of broken function
Browse files Browse the repository at this point in the history
  • Loading branch information
jujuwong21 committed Jan 22, 2023
1 parent 629ceb1 commit d257a4f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Binary file added ShinyStockApp/.RData
Binary file not shown.
19 changes: 19 additions & 0 deletions ShinyStockApp/.Rhistory
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
install.packages(c("colourpicker", "plotly", "shiny", "shinythemes", "tidyquant"))
shiny::runApp()
install.packages("tidyquant")
runApp()
runApp()
library(tidyquant)
install.packages("tidyquant")
library(tidyquant)
tq_get('MSFT', get = 'stock.prices',
from = Sys.Date() - months(1), to = Sys.Date())
tq_get('MA', get = 'stock.prices',
from = Sys.Date() - months(1), to = Sys.Date())
install.packages('quantmod')
install.packages("quantmod")
library(quantmod)
library(tidyquant)
tq_get('MA', get = 'stock.prices',
from = Sys.Date() - months(1), to = Sys.Date())
shiny::runApp()

0 comments on commit d257a4f

Please sign in to comment.