powered by
List the Currencies currently available on Matchbook.com.
mb_get_currencies(session_data)
A session object returned from a successful mb_login attempt. It contains security details and your account preferences.
mb_login
If successful, a data frame with the following fields:
currency name
short version of currency name
long version of currency name
# NOT RUN { my_session <- mb_login("my_user_name","versafepassword"); mb_get_currencies(session_data=my_session) # } # NOT RUN { # }
Run the code above in your browser using DataLab