#' Get your local version of CongressData
#'
#' \code{get_congress_version} prints the local version of CongressData stored on your machine. It takes no arguments.
#'
#' @name get_congress_version
#'
#' @export
#'
get_congress_version <- function(){
print("You are using version 1.4 of CongressData.")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.