makestocktable: Generate stock table.

Description Usage Arguments Details Value Examples

Description

This function pulls some data from finviz.com and creates a table with stocks. Because this can be a bit slow and the result rarely changes, a fixed table with stocks called 'stocktable' is shipped with the package.

Usage

1

Arguments

max

Max number of stocks to return

Details

Also the site returns a lot of stocks. By setting the 'max' parameter, only stocks with the highest market capital are returned.

Value

dataframe 'stocktable'

Examples

1
stocktable <- makestocktable();

kruny1001/pbshop documentation built on May 20, 2019, 6:42 p.m.