Retrieves the amount of money (in US Dollars) in your MTurk account. SufficientFunds provides a wrapper that checks whether your account has sufficient funds based upon specified characters of your HIT.
Return value is an object of class “MTurkResponse”, including an additional character string (balance) containing the balance of the account in US Dollars.
Details
AccountBalance takes no substantive arguments. SufficientFunds is a wrapper for AccountBalance that accepts as inputs information about intended payments and bonuses to check whether your account has sufficient funds. If sandbox=TRUE, AccountBalance always returns “$10,000.00”.
accountbalance() and getbalance() are aliases for AccountBalance.