create_geoportail_tag: create_geoportail_tag Creates a icon+link combination (tag)...

View source: R/fct_helpers.R

create_geoportail_tagR Documentation

create_geoportail_tag Creates a icon+link combination (tag) which redirects towards a specified geoportail link where geodata can be viewed for Canton de Vaud

Description

create_geoportail_tag Creates a icon+link combination (tag) which redirects towards a specified geoportail link where geodata can be viewed for Canton de Vaud

Usage

create_geoportail_tag(link, text)

Arguments

link

the geoportail link that will be used inside the tag (https://geo.vd.ch/...)

text

the text on which the link should be applied, usually shorter than the link

Value

a span tag with icon and an html <a> tag with the redirect link

Examples

create_geoportail_tag(link = "https://geo.vd.ch", text = "geo.vd.ch")

vdes2020/eneRgyVD documentation built on July 3, 2025, 7:36 p.m.