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 semnar. See add_presentation().

service

service to use for shortening URLs. Current options are "V.gd" (default) and "Is.gd".

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]