Retrieve a list of SpeedTest servers

spd_servers(config = NULL)

Arguments

config

client configuration retrieved via spd_config(). If NULL it will be retrieved

Value

data frame

Examples

# NOT RUN {
config <- spd_config()
spd_servers(config)
# }