R/vb.spps.r

#' @export

vb.spps <- 	function() {
spp.choose <- sqlQuery(channel,paste("select distinct common from groundfish.gsdet d, mflib.species_codes s where s.research=d.spec and age is not null;"))
	return(spp.choose[,1])
	}
AMCOOK/FoodHabits documentation built on May 5, 2019, 11:34 a.m.