shorten_url {semnar} | R Documentation |
Shorten the URLs of any links in a semnar
object
Description
Shorten the URLs of any links in a semnar
object
Usage
shorten_url(object, service = "V.gd")
## S3 method for class 'semnar'
shorten_url(object, service = "Is.gd")
Arguments
object |
an object of class |
service |
service to use for shortening URLs. Current options are |
Value
An object of class semnar
with any URLs in object$link
replace with shorter ones according to the value of service
.
See Also
add_presentation()
guess_address()
[Package semnar version 0.8.1 Index]