#' existR user agent
#'
#' This function returns the user agent used in API calls of the existR package.
#'
#' @return A character string containing the user agent used in API calls generate with the existR package.
#' @importFrom httr user_agent
#' @export
#' @examples
#' exist_package_useragent()
exist_package_useragent <- function() {
ua <- user_agent("http://github.com/ebbertd/existR")
ua
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.