shorten_url.semnar: Shorten the URLs of any links in a 'semnar' object

View source: R/shorten_URLs.R

shorten_urlR 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()


semnar documentation built on Nov. 3, 2022, 5:06 p.m.