urldecode {stringr} R Documentation

Decodes URL-encoded string

Description


Decodes any %## encoding in the given string.
Plus symbols ('+') are decoded to a space character.

Usage

urldecode(str);

Arguments

str

The string to be decoded. [as string]

Details

Authors

SMRUCC genomics Institute

Value

Returns the decoded string.

clr value class

Examples


[Package stringr version 2.33.856.6961 Index]