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

Try the rameritrade package in your browser

Any scripts or data that you put into this service are public.

rameritrade documentation built on Feb. 22, 2021, 5:07 p.m.