Howdy!
if (Archeologist$Location == "United States"){ plot_usmap(regions = "states") + labs(title = "U.S. States") + theme(panel.background=element_blank()) }