#' Returns the IP address you use to call the API
#'
#' @return String with IP.
#'
#' @examples
#' \dontrun{
#' whatismyip()
#' }
#'
#' @export
whatismyip <- function() {
res <- jsonlite::fromJSON('https://api.repec.org/call.cgi?whatismyip=1')
return(res)
}
#' @rdname whatismyip
#' @export
what_is_myip <- whatismyip
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.