unikn (version 0.1.0)

url_unikn: url_unikn formats an URL the uni.kn way.

Description

url_unikn removes various patterns (e.g., "http", "https", "://", "www.") from the front of a given URL and returns the remaining character string with a figure dash prefix.

Usage

url_unikn(url = "https://www.uni-konstanz.de/")

Arguments

url

The url to be written (as copied from a web browser).

See Also

xbox to create a new xbox (without text).

Other text functions: mark, post, uline

Examples

Run this code
# NOT RUN {
url_unikn("https://www.uni-konstanz.de/")

# }

Run the code above in your browser using DataCamp Workspace