Tools to Test and Compare Internet Bandwidth Speeds
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

38 lines
919 B

# Generated by roxygen2: do not edit by hand
S3method(print,speedtest_cli_result)
export("%>%")
export(install_speedtest_cli)
export(nice_speed)
export(spd_best_servers)
export(spd_closest_servers)
export(spd_compute_bandwidth)
export(spd_config)
export(spd_download_test)
export(spd_servers)
export(spd_test)
export(spd_upload_test)
export(speedtest_cli)
import(cli)
import(crayon)
import(httr)
import(purrr)
import(xml2)
importFrom(curl,curl_fetch_multi)
importFrom(curl,multi_run)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(pingr,ping)
importFrom(scales,label_number_si)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(tibble,tibble)
importFrom(urltools,domain)
importFrom(utils,browseURL)
importFrom(utils,globalVariables)