Get fundamental investment statistics for a particular ticker symbol
Source:R/get_fundamentals.R
      get_fundamentals.RdGet fundamental investment statistics for a particular ticker symbol
Arguments
- RH
 object of class RobinHood
- ticker
 (string) vector of ticker symbols
- include_description
 (logical) include a long description of the company (default: FALSE)
Examples
if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
get_fundamentals(RH, "CAT")
}