## Loading required package: xts
## Loading required package: zoo
## 
## Attaching package: 'zoo'
## The following objects are masked from 'package:base':
## 
##     as.Date, as.Date.numeric
## Loading required package: TTR
## Version 0.4-0 included new data defaults. See ?getSymbols.
## 
## Attaching package: 'lubridate'
## The following object is masked from 'package:base':
## 
##     date
## 
## Attaching package: 'PerformanceAnalytics'
## The following object is masked from 'package:graphics':
## 
##     legend
## 
## Attaching package: 'plyr'
## The following object is masked from 'package:lubridate':
## 
##     here
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:plyr':
## 
##     arrange, count, desc, failwith, id, mutate, rename, summarise,
##     summarize
## The following objects are masked from 'package:lubridate':
## 
##     intersect, setdiff, union
## The following objects are masked from 'package:xts':
## 
##     first, last
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union

Column {data-width=500}

Closing Stock Prices in USD

## 'getSymbols' currently uses auto.assign=TRUE by default, but will
## use auto.assign=FALSE in 0.5-0. You will still be able to use
## 'loadSymbols' to automatically load data. getOption("getSymbols.env")
## and getOption("getSymbols.auto.assign") will still be checked for
## alternate defaults.
## 
## This message is shown once per session and may be disabled by setting 
## options("getSymbols.warning4.0"=FALSE). See ?getSymbols for details.
## 
## WARNING: There have been significant changes to Yahoo Finance data.
## Please see the Warning section of '?getSymbols.yahoo' for details.
## 
## This message is shown once per session and may be disabled by setting
## options("getSymbols.yahoo.warning"=FALSE).
## [1] "TWTR" "MSFT" "GE"

Column {.tabset data-width=500}

Twitter

## [1] "TWTR"

Microsoft

## [1] "MSFT"

General Electric

## [1] "GE"

Column {data-width=500}

Table display for the three companies

##    Symbol  Last    Change X..Change  Open   High   Low    Volume
## 1:   TWTR 25.24 0.1100006 0.4377263 24.59 25.570 24.20  26646515
## 2:   MSFT 91.33 3.3300018 3.7840930 86.89 91.475 85.25  67998564
## 3:     GE 15.27 0.3600006 2.4144910 14.82 15.340 14.71 126819897