R/rameritrade.R

#' rameritrade: A package for using the TD Ameritrade API
#'
#' The rameritrade package provides four categories of important functions:
#' \enumerate{ 
#'     \item authenticating into a TD Brokerage account
#'     \item working with orders 
#'     \item getting account information 
#'     \item pulling pricing/market data
#' }
#'
#' Details for the functions can be found within the function help pages. 
#' Detailed examples also available within the README.
#'
#' @docType package
#' @name rameritrade
NULL
#> NULL
tonytrevisan/rameritrade documentation built on Feb. 10, 2024, 4:49 a.m.