is_uri {spotifyr} | R Documentation |
Check if a string matches the pattern of a Spotify URI
Description
Check if a string matches the pattern of a Spotify URI
Usage
is_uri(s)
Arguments
s |
String to check |
Value
A boolean if the provided URI matches the Spotify URI criteria.
[Package spotifyr version 2.2.5 Index]