get_id | R Documentation |
Get ID of a resource.
get_id_board(url, token = NULL)
get_id_card(url, token = NULL)
url |
Complete url, short url or just the url ID part of a Trello board |
token |
Secure token, see |
# Get Trello Development Roadmap board ID
url = "https://trello.com/b/nC8QJJoZ/trello-development-roadmap"
tdr_id = get_id_board(url)
# Also works:
url = "nC8QJJoZ"
tdr_id = get_id_board(url)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.