diff --git a/R/get_bbs_data.R b/R/get_bbs_data.R index 4d1968fc..696f0c76 100644 --- a/R/get_bbs_data.R +++ b/R/get_bbs_data.R @@ -62,6 +62,7 @@ if(is.null("state")) {state <- NULL} if(is.null("country")) {country <- NULL} bbs_data <- import_bbs_data(sb_dir, state=state, country=country) +bbs_data$sb_id <- sb_id # add the sciencebase identifier # END FUNCTION ------------------------------------------------------------