powered by
Get ID of a resource.
get_id_board(url, token = NULL)get_id_card(url, token = NULL)
get_id_card(url, token = NULL)
Complete url, short url or just the url ID part of a Trello board
Secure token, see get_token()
get_token()
# 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)
Run the code above in your browser using DataLab