bitly_qr_create_code {urlshorteneR} | R Documentation |
Create QR code with bit.ly link
Description
Create a new QR Code and return its metadata
Usage
bitly_qr_create_code(title = NULL, group_guid = NULL, bitly_link = NULL)
Arguments
title |
- a required string |
group_guid |
- group id |
bitly_link |
- a bit.ly link |
See Also
https://dev.bitly.com/api-reference/#createQRCodePublic
Examples
## Not run:
bitly_bearerToken("access token")
qr <- bitly_qr_create_code(group_guid = "Be2oejZbDDc", bitly_link = "bit.ly/abc1234")
## End(Not run)
[Package urlshorteneR version 2.0.0 Index]