knitr::opts_chunk$set(
  message = FALSE,
  warning = FALSE,
  collapse = TRUE,
  comment = "##",
  fig.path = "README-"
)

options(width=120)

Travis-CI Build Status Coverage Status CRAN_Status_Badge

myip

Tools to Determine Your Public 'IP' Address(es)

Description

It is often necessary to know the 'IPv4' and/or 'IPv6' external addresses of a workstation for 'API' calls. Functions are provided to use one or more external services to accomplish this task along with a wrapper function that can return results from multiple services or use a random service.

What's Inside The Tin?

The following functions are implemented:

Installation

devtools::install_git("https://git.sr.ht/~hrbrmstr/myip")
# OR
devtools::install_git("https://gitlab.com/hrbrmstr/myip")
# OR
devtools::install_git("https://github.com/hrbrmstr/myip")

Usage

library(myip)

# current verison
packageVersion("myip")

akamai()

httpbin()

myip("all")

myip Metrics

cloc::cloc_pkg_md()

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



hrbrmstr/myip documentation built on May 17, 2019, 5:11 p.m.