R/create_fips.R

Defines functions create_fips

Documented in create_fips

#' 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){
  
}
harveybarnhard/smoov documentation built on Nov. 19, 2021, 11:06 a.m.