place_ach_transfer {RobinHood} | R Documentation |
Place an ACH transfer to and from your RobinHood account
Description
Place an ACH transfer to and from your RobinHood account
Usage
place_ach_transfer(RH, action, amount, transfer_url)
Arguments
RH |
object of class RobinHood |
action |
(string) one of "deposit", "withdraw" |
amount |
(numeric) amount in dollars you want to deposit or withdraw |
transfer_url |
(string) url of your linked account, output of get_ach(RH, "relationships") |
[Package RobinHood version 1.7.0 Index]