tidyinfo: Formats raw financial data.

Description Usage Arguments Value See Also Examples

Description

tidyinfo works by formatting and curtailing the raw data generated by quantmod (and, by extension, the get_info function of this package)

Usage

1

Arguments

x

A list of lists of financial statements. Generated from get_info(companies).

Value

Returns a data set that is usable by the other functions of this package, as well as being generally more readable.

See Also

get_info

tidy_cashflows

tidy_balancesheets

tidy_incomestatements

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 

sub_comps <- qmjdata::companies[1:2,]
raw_data <- get_info(sub_comps)
financials <- tidyinfo(raw_data)

my_companies <- data.frame(ticker = c('GOOG', 'IBM'))
raw_data <- get_info(my_companies)
financials <- tidyinfo(raw_data)


## End(Not run)

anttsou/qmj documentation built on May 10, 2019, 12:28 p.m.