Description Usage Arguments Examples
This function creates a Mercado Libre access token.
1 2 3 4 | get_mercadolibre_access_token(
app_id = Sys.getenv("MELI_APP_ID"),
client_secret = Sys.getenv("MELI_SECRET_KEY")
)
|
app_id |
Defaults to System Environment variable "MELI_APP_ID" |
client_secret |
Defaults to System Environment variable "MELI_SECRET_KEY" |
1 2 3 4 | ## Not run:
get_mercadolibre_access_token()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.