make_url_friendly: Convert an input to a form that can be used in a URL.

View source: R/url-manipulation.R

make_url_friendlyR Documentation

Convert an input to a form that can be used in a URL.

Description

Before a character can be used as part of a html, spaces must be converted to "%20".

Usage

make_url_friendly(input)

Arguments

input

Character.

Value

Character.


ptvapi documentation built on Aug. 15, 2022, 5:09 p.m.