View source: R/bitly_qr_codes.R
bitly_qr_create_code | R Documentation |
Create a new QR Code and return its metadata
bitly_qr_create_code(title = NULL, group_guid = NULL, bitly_link = NULL)
title |
- a required string |
group_guid |
- group id |
bitly_link |
- a bit.ly link |
https://dev.bitly.com/api-reference/#createQRCodePublic
## Not run:
bitly_bearerToken("access token")
qr <- bitly_qr_create_code(group_guid = "Be2oejZbDDc", bitly_link = "bit.ly/abc1234")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.