Learn R Programming

rfinance (version 0.1.0)

ConnectionHandler: ConnectionHandler class

Description

This class creates objects to handle connections to the database

Arguments

Methods

Public methods

Method new()

Usage

ConnectionHandler$new(username = NULL, password = NULL)

Arguments

username

username

password

password

Retrieves statements

Method get_statements()

Usage

ConnectionHandler$get_statements(ticker)

Arguments

ticker

Company symbol Retrieves list of available tickers

Method get_tickers()

Usage

ConnectionHandler$get_tickers()

Arguments

NULL

Method clone()

The objects of this class are cloneable with this method.

Usage

ConnectionHandler$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Details

This is a ConnectionHandler class