if (FALSE) {
# Get all orders run over the last 50 days (up to 500)
schwab_orderSearch(account_number = account_number,
startDate = Sys.Date()-50,
maxResults = 500, orderStatus = '')
}
Run the code above in your browser using DataLab