#' This function takes in a state vector, county vector, and tract vector
#' that are string or numeric, and returns a unified FIPS code of the finest
#' level of geography provided
#'
#' @export
create_fips = function(state=NULL, county=NULL, tract=NULL){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.