knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

evInvestment

Lifecycle: experimental

The goal of evInvestment (Electric Vehicle but you can view any publicly traded company) is to take a quick glance of publicly traded companies key metrics in the following areas:

  1. Price History
  2. Distribution of Price
  3. Trade Volume History
  4. Price vs. Volume

Installation

You can install the released version of evInvestment from github repo with:

library(devtools)
devtools::install_github("ranalytica/EV_Players")

Run the package

library(evInvestment)
run_app()

Acknowledgments

This package is written using ThinkR-open's Golem framework together with several dependecies listed in the DESCRIPTION to see all dependencies contained in the evInvestment.

Shiny Site view website{target="_blank"}



ranalytica/EV_Players documentation built on July 13, 2020, 10:36 p.m.