mb_get_currencies: Get List of Available Currencies

Description Usage Arguments Value See Also Examples

Description

List the Currencies currently available on Matchbook.com.

Usage

1
mb_get_currencies(session_data)

Arguments

session_data

A session object returned from a successful mb_login attempt. It contains security details and your account preferences.

Value

If successful, a data frame with the following fields:

currency-id

currency name

short-name

short version of currency name

long-name

long version of currency name

See Also

mb_login

Examples

1
2
3
## Not run: my_session <- mb_login("my_user_name","versafepassword"); 
mb_get_currencies(session_data=my_session)
## End(Not run)

matchbook documentation built on May 2, 2019, 5:49 a.m.