Learn R Programming

urlshorteneR (version 2.0.0)

bitly_qr_create_code: 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

Examples

Run this code
if (FALSE) {
bitly_bearerToken("access token")
qr <- bitly_qr_create_code(group_guid = "Be2oejZbDDc", bitly_link = "bit.ly/abc1234")
}

Run the code above in your browser using DataLab