Vanity: Vanity

VanityR Documentation

Vanity

Description

Vanity

Vanity

Details

An R6 class that represents a Vanity URL

Super class

connectapi::Content -> Vanity

Public fields

vanity

The vanity.

Methods

Public methods

Inherited methods

Method new()

Initialize this vanity.

Usage
Vanity$new(connect, content, vanity)
Arguments
connect

The Connect instance.

content

The Content instance.

vanity

The vanity data.


Method get_vanity()

Return the underlying vanity.

Usage
Vanity$get_vanity()

Method print()

Print this object.

Usage
Vanity$print(...)
Arguments
...

Unused.


Method clone()

The objects of this class are cloneable with this method.

Usage
Vanity$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other R6 classes: Bundle, Content, ContentTask, Environment, PositConnect, Task, Variant, VariantSchedule, VariantTask


rstudio/connectapi documentation built on June 12, 2024, 5 a.m.