R6 class for a Workbook Hyperlink
R6 class for a Workbook Hyperlink
A character vector of html if is_external
is TRUE
, otherwise NULL
ref
ref
target
target
location
location
display
display
is_external
is_external
new()
Creates a new wbHyperlink
object
wbHyperlink$new(ref, target, location, display = NULL, is_external = TRUE)
ref
ref
target
target
location
location
display
display
is_external
is_external
a wbHyperlink
object
to_xml()
Convert to xml
wbHyperlink$to_xml(id)
id
???
A character vector of xml
to_target_xml()
Convert to target xml
wbHyperlink$to_target_xml(id)
id
???
clone()
The objects of this class are cloneable with this method.
wbHyperlink$clone(deep = FALSE)
deep
Whether to make a deep clone.
A hyperlink