make_links_clickable: Convert plain URLs in a string to clickable HTML links

View source: R/rd_news.r

make_links_clickableR Documentation

Description

This internal helper function finds URL substrings in the input text and wraps them in HTML anchor tags with a line break so that they become clickable when rendered.

Usage

make_links_clickable(text)

Arguments

text

A character string.

Value

A character string with plain URLs replaced by clickable links.


GreenGrassBlueOcean/RefinitivR documentation built on June 9, 2025, 6:47 p.m.