states2URL {fdicdata} | R Documentation |
Converts a vector of state names to a URL compatible format
Description
This function takes a vector of state names and converts it to a format that is compatible with URLs. The resulting string can be used as a filter for APIs or other web requests.
Usage
states2URL(vec)
Arguments
vec |
A vector of state names to be converted to URL-compatible format |
Value
A string containing the state names in URL-compatible format
[Package fdicdata version 0.1.0 Index]