Skip to content

kancheng/smhwR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smhwR

Play the stock with R

Package

Install the package shiny, DT, quantmod.

install.packages("shiny")
install.packages("DT")
install.packages("quantmod")

Run

Run smhw-tem.R or smhw

smhw-tem.R

source("smhw-tem.R")
shinyApp(ui = ui, server = server)

smhw

setwd("C:/[R Working Directory]")
library("shiny")
runApp("smhw")

About

Play the stock with R Shiny

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages